From 756c20e1668bad258615301d4b805333387d05dd Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Fri, 30 Jul 2021 13:07:18 +0200
Subject: [PATCH] test coverage report before combine

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7401187..9447089b 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -88,7 +88,6 @@ 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 html
     - mv .coverage .coverage-unit
   artifacts:
     paths:
@@ -136,8 +135,9 @@ coverage:
   before_script:
     - pip3 install -r requirements-dev.txt
   script:
-    - coverage html
+    - pwd
     - ls -la
+    - coverage html
     - coverage erase
     - ls -la PanACoTA
     - coverage combine .coverage-unit .coverage-functional
-- 
GitLab