From 26ae10d1353699390e2bc2a20874eb48b87a85b5 Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Mon, 2 Aug 2021 13:41:31 +0200
Subject: [PATCH] coverage html before report

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f850435f..ff717d95 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,8 +139,8 @@ coverage:
   script:
     - pwd
     - coverage combine .coverage.unit .coverage.functional
-    - coverage report
     - coverage html
+    - coverage report
     # test coverage parsing: \d+\%\s*$
     # or pytest-cov (Python): ^TOTAL.+?(\d+\%)$
   artifacts:
-- 
GitLab