From 1e7e122a2a53450808513bbdf2169495332bb8c7 Mon Sep 17 00:00:00 2001 From: Anton Hansson <antha652@student.liu.se> Date: Sat, 1 Oct 2022 07:01:50 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d876a3..c0a366b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,8 +20,7 @@ pytest: script: - coverage run -m pytest - coverage report - -coverage: '/TOTAL.*\s+(\d+\%)/' + coverage: '/TOTAL.*\s+(\d+\%)/' dummy: stage: Deploy -- GitLab