diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a29082..349fa07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -298,9 +298,9 @@ test-browser-client: - cobertura-coverage.xml reports: junit: junit.xml - coverage_report: - coverage_format: cobertura - path: cobertura-coverage.xml + coverage_report: + coverage_format: cobertura + path: cobertura-coverage.xml needs: - job: preparation - job: build-browser @@ -328,9 +328,9 @@ test-screen-client: - cobertura-coverage.xml reports: junit: junit.xml - coverage_report: - coverage_format: cobertura - path: cobertura-coverage.xml + coverage_report: + coverage_format: cobertura + path: cobertura-coverage.xml needs: - job: preparation - job: build-browser-client