diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 640587f42b0897b2bcba2c47208cd69104f562e7..844c465c813aa51f7672df51308fabf882eb206b 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=src --cov-report=xml
+    - pytest --cov=datacat_integration --cov-report=xml
   artifacts:
     reports:
       cobertura: coverage.xml