From 2c0ee41405105f82861174e5910c595f6a84b7f1 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Sun, 3 Sep 2023 10:40:43 +0200 Subject: [PATCH] Updated path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ac1e47a97..6bc7cdcc26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,7 +101,7 @@ test-analyse-service: script: - "pip install -r ./dbrepo-analyse-service/requirements.txt" - "cd ./dbrepo-analyse-service/ && coverage run -m pytest test/test_determine_dt.py test/test_determine_pk.py --junitxml=report.xml && coverage html && coverage report > ./coverage.txt" - - "cat ./dbrepo-analyse-service/coverage.txt | grep -o 'TOTAL[^%]*%'" + - "cat ./coverage.txt | grep -o 'TOTAL[^%]*%'" artifacts: when: always paths: -- GitLab