diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0408fb7234fe2dfd911c4ec25674c1e3449406c4..a30f2902f3c89be97c83fd94bad55dd605191b1c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,11 +33,14 @@ test:
       - tests/*
       - .gitlab-ci.yml
       - Makefile
+  coverage: '/TOTAL.*\s([.\d]+)%/'
   artifacts:
     when: always
     reports:
+      coverage_report:
+        coverage_format: cobertura
+        path: build/coverage.xml
       junit: build/junit-report.xml
-      cobertura: build/coverage.xml
 
 build_install:
   stage: test