Update .gitlab-ci.yml

This commit is contained in:
Slava
2024-03-17 06:58:08 +00:00
parent a28cd1e421
commit 8fba876e93

View File

@@ -24,7 +24,7 @@ unittest:
- test
before_script:
- cd $CI_PROJECT_DIR
- pip install -r requerements.txt
- pip install -r requirements.txt
- pip istall pytest
script:
- pytest