diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 844c465c813aa51f7672df51308fabf882eb206b..41a860ac6862997a29eab8a0bf6180062bb80edd 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