Fixed test

This commit is contained in:
Frisk 2021-11-19 13:03:59 +01:00
parent e9049b922a
commit 49868527cd
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 --junitxml=report.xml - pytest --junit-xml=report.xml
artifacts: artifacts:
when: always when: always
reports: reports: