diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8cf8e3b1318b205ab3709a16f95eaeb53c5c52a..647a0075dac64fd286a6c4ec3f4072847fcd6468 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ include: eca: extends: .eca - + dco: interruptible: true tags: [kvm] # Technically we want x86_64 or aarch64 but there's no OR syntax for tags, this is a way to cheat. @@ -86,8 +86,10 @@ go-test: paths: - coverage.xml reports: - cobertura: coverage.xml - + coverage_report: + coverage_format: cobertura + path: coverage.xml + .build-with-kaniko: stage: build # This is artificially limited because we don't handle build tags correctly