diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40ab5795dff94b590629131a511e794057205218..5c5ce2090c3ad77bda56e4b0237df1b5baee8c78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,9 @@ tests-and-coverage:
       - coverage_report
       - test-report
     reports:
-      cobertura: coverage.xml
+      coverage_report:
+        coverage_format: cobertura
+        path: coverage.xml
       junit: report.xml
 
 # Normal test with longruns