From 8b5f0fa77cb28d3d59eebb4751472961e905b8f3 Mon Sep 17 00:00:00 2001
From: Anton Hansson <antha652@student.liu.se>
Date: Sat, 1 Oct 2022 07:06:50 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b3bf38..5a3d9d9 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
-- 
GitLab