Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-17 06:46:18 +00:00
parent 2ec3efbdeb
commit ca25888325

View File

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