mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Add installation of pytest before generating report for unittests
This commit is contained in:
parent
4a02292bac
commit
6730fd89f2
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue