diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 43ca65f6c7..1cf397ab15 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -21,6 +21,8 @@ pod(image: imageName + ":latest", kvm: true, memory: "10Gi") { } stage("Build Live Images") { + // Explicitly test re-importing the ostree repo + shwrap("cd /srv && rm tmp/repo -rf") utils.cosaCmd(cosaDir: "/srv", args: "buildextend-live --fast") }