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:
|
||||
stage: test
|
||||
script:
|
||||
- pip3.7 install -U pytest
|
||||
- pytest --junitxml=report.xml
|
||||
artifacts:
|
||||
when: always
|
||||
|
|
Loading…
Reference in a new issue