Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-17 19:20:26 +00:00
parent e60793315b
commit 93198bf82b

View File

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