Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-17 23:33:46 +00:00
parent da9755e948
commit f98c77faf9

View File

@@ -32,7 +32,6 @@ unittest:
- chmod u+x venv/bin/activate
- source venv/bin/activate
- pip install --quiet -U -r requirements.txt
- cd tests
script:
- pytest -v