From e2628ad315754098b280d2ed6019b3072515bab8 Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Fri, 30 Jul 2021 13:40:29 +0200
Subject: [PATCH] remove tests to check coverage part faster

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d3b74ab..f3feda71 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -116,6 +116,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 html
     - mv .coverage .coverage-functional
   artifacts:
     paths:
-- 
GitLab