diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40ab5795dff94b590629131a511e794057205218..59cd467a1f25f3e41365bc81c438d0deeda079bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,11 +29,10 @@ tests-and-coverage:
     - AVX
   artifacts:
     when: always
-    paths:
-      - coverage_report
-      - test-report
     reports:
-      cobertura: coverage.xml
+      coverage_report:
+        coverage_format: cobertura
+        path: coverage_report/coverage.xml
       junit: report.xml
 
 # Normal test with longruns