From e1a433404b2d635dabb3c1000ae85fcb22fc21bc Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Fri, 30 Jul 2021 19:02:22 +0200
Subject: [PATCH] back to initial version for coverage stage

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c9f829d..6459ae41 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,10 +140,9 @@ coverage:
     - pip3 install -r requirements-dev.txt
   script:
     - pwd
-    - coverage combine # .coverage-unit .coverage-functional
+    - coverage combine .coverage-unit .coverage-functional
     - coverage report -i
     - coverage html -i
-    - coverage report -i
     # test coverage parsing: \d+\%\s*$
     # or pytest-cov (Python): ^TOTAL.+?(\d+\%)$
   artifacts:
-- 
GitLab