diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 74ccd2f6838c736abd3dd0591f69af636f0e1587..9b3bf386d8593a5c6c49498526f4115c3db402b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ pytest:
   script:
   - coverage run -m pytest
   - coverage report
-  coverage: '^TOTAL.+?(\d+\%)$''
+  coverage: '^TOTAL.+?(\d+\%)$'
 
 dummy:
   stage: Deploy