From 7c2296e3621c6b71d56e1500c2efae0c3c52d0df Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Mon, 6 Dec 2021 11:00:01 +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 844c465..41a860a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ test_package:
   stage: test
   script:
     - pip install -r requirements.txt
-    - pytest --cov=datacat_integration --cov-report=xml
+    - pytest --cov=datacat_integration --cov-report=xml --cov-report=term
   artifacts:
     reports:
       cobertura: coverage.xml
-- 
GitLab