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: script:
- source venv/bin/activate - source venv/bin/activate
- pip3.7 install -U pytest - pip3.7 install -U pytest
- pytest --junit-xml=report.xml - PYTHONPATH=. pytest --junit-xml=report.xml
artifacts: artifacts:
when: always when: always
reports: reports: