Actually actually fix pytest tests

This commit is contained in:
Frisk 2022-01-06 15:45:22 +01:00
parent 68303dd18b
commit 149a112839
No known key found for this signature in database
GPG key ID: 213F7C15068AF8AC

View file

@ -37,7 +37,7 @@ pytest:
script:
- source venv/bin/activate
- pip3.7 install -U pytest
- pytest --junit-xml=report.xml
- PYTHONPATH=. pytest --junit-xml=report.xml
artifacts:
when: always
reports: