Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-17 06:54:18 +00:00
parent ca25888325
commit a28cd1e421

View File

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