Fixed gitlab-ci.yml

This commit is contained in:
Frisk 2021-05-22 14:23:49 +02:00
parent 6215cb81bf
commit ad953368c1
No known key found for this signature in database
GPG key ID: 213F7C15068AF8AC

View file

@ -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