mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Fixed gitlab-ci.yml
This commit is contained in:
parent
6215cb81bf
commit
ad953368c1
|
@ -8,6 +8,7 @@ stages:
|
||||||
- pytest
|
- pytest
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
stage: test
|
||||||
script:
|
script:
|
||||||
- apk add libxml2-dev libxslt-dev libxml2 gcc musl-dev linux-headers
|
- apk add libxml2-dev libxslt-dev libxml2 gcc musl-dev linux-headers
|
||||||
- pip3.7 install -r requirements.txt
|
- pip3.7 install -r requirements.txt
|
||||||
|
@ -19,7 +20,7 @@ test:
|
||||||
- testing
|
- testing
|
||||||
|
|
||||||
pytest:
|
pytest:
|
||||||
stage: test
|
stage: pytest
|
||||||
script:
|
script:
|
||||||
- pip3.7 install -U pytest
|
- pip3.7 install -U pytest
|
||||||
- pytest --junitxml=report.xml
|
- pytest --junitxml=report.xml
|
||||||
|
|
Loading…
Reference in a new issue