From b0d79cdf8170864b2c4a2038087f397d24a97ba7 Mon Sep 17 00:00:00 2001
From: Raphael Sturgis <raphael.sturgis@lis-lab.fr>
Date: Sun, 14 Nov 2021 10:11:52 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e518777..830ebea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ tests:
     script:
         - pip install -r requirements.txt
         - pip install --no-deps .
-        - pytest --junitxml=report.xml
+        - pytest --junitxml=report.xml --cov=src -vvv
     artifacts:
         when: always
         reports:
-- 
GitLab