diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c88fa76bc0b61e4ea9b812a27cb915eeb5a326fa..22c94b9fb920e96e05704c1704dfbd671cc28413 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,10 @@ test: artifacts: reports: junit: junit.xml - cobertura: coverage/cobertura-coverage.xml + coverage_report: + coverage_format: cobertura + path: coverage/cobertura-coverage.xml + publish: stage: deploy