Update .gitlab-ci.yml

This commit is contained in:
2022-07-21 12:42:12 +00:00
parent f8679b0dc4
commit e9998f194a

View File

@ -12,5 +12,5 @@ stages:
pytest: pytest:
stage: Test stage: Test
script: script:
- pip install git - apt-get update && apt-get install -y git
- pytest -v ./tests - pytest -v ./tests