Skip to content
Snippets Groups Projects
Commit 23bb17ec authored by Christian Boettcher's avatar Christian Boettcher
Browse files

Update .gitlab-ci.yml file

parent f354b92d
No related branches found
No related tags found
No related merge requests found
Pipeline #85401 passed
...@@ -32,7 +32,7 @@ test_package: ...@@ -32,7 +32,7 @@ test_package:
stage: test stage: test
script: script:
- pip install -r requirements.txt - pip install -r requirements.txt
- pytest --cov=src --cov-report=xml - pytest --cov=datacat_integration --cov-report=xml
artifacts: artifacts:
reports: reports:
cobertura: coverage.xml cobertura: coverage.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment