Update .gitlab-ci.yml

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

View File

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