Update .gitlab-ci.yml

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

View File

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