diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a2fc3a52867185dec48b89b62d8161fb08c2472..b2e61dfd27cb39b8b40bf2416749bda9cdb72786 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ pytest:
   script:
   - coverage run -m pytest
   - coverage report
-  coverage: '/TOTAL.*\s([.\d]+)%/'
+  coverage: '/*.*\s([.\d]+)%/'
 
 dummy:
   stage: Deploy