From 6156618930f88845820ae5d05438cae3b523d528 Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Mon, 2 Aug 2021 14:46:17 +0200
Subject: [PATCH] no report shown for test steps

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 068add6d..2a1b43bb 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,7 +86,7 @@ unit-test-ubuntu:
     - py.test test/test_unit/test_corepers -vx
     - py.test test/test_unit/test_align -vx
     - py.test test/test_unit/test_tree -xv
-    - coverage report
+    # - coverage report
     - mv .coverage .coverage.unit
   artifacts:
     paths:
@@ -115,7 +115,7 @@ func-test-ubuntu:
     - py.test test/test_functional/test_annote.py -xv
     - py.test test/test_functional/test_all* -vx
     - py.test test/test_functional/test_prepare* -vx
-    - coverage report
+    # - coverage report
     - mv .coverage .coverage.functional
   artifacts:
     paths:
-- 
GitLab