From 23bb17ecfd2a5707075dab4821d0b4b96cf04ab5 Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Mon, 6 Dec 2021 10:35:08 +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 640587f..844c465 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
-- 
GitLab