mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Actually actually fix pytest tests
This commit is contained in:
parent
68303dd18b
commit
149a112839
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue