Skip to content
Snippets Groups Projects
Verified Commit 134ba743 authored by Georg Krause's avatar Georg Krause
Browse files

Fix pytest junit command

parent 3884ee20
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ test_api:
- pip3 install -r requirements/local.txt
- pip3 install -r requirements/test.txt
script:
- pytest --cov=funkwhale_api --junit=report.xml tests/
- pytest --cov=funkwhale_api --junitxml=report.xml tests/
tags:
- docker
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment