Update .gitlab-ci.yml

This commit is contained in:
2022-07-21 12:33:00 +00:00
parent 2395ba92f3
commit f8679b0dc4

View File

@ -12,5 +12,5 @@ stages:
pytest: pytest:
stage: Test stage: Test
script: script:
- apk update; apk upgrade; apk add git - pip install git
- pytest -v ./tests - pytest -v ./tests