Add installation of pytest before generating report for unittests

This commit is contained in:
Frisk 2021-05-10 15:04:39 +02:00
parent 4a02292bac
commit 6730fd89f2
No known key found for this signature in database
GPG key ID: 213F7C15068AF8AC

View file

@ -6,6 +6,7 @@ include:
pytest: pytest:
stage: test stage: test
script: script:
- pip3.7 install -U pytest
- pytest --junitxml=report.xml - pytest --junitxml=report.xml
artifacts: artifacts:
when: always when: always