Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-17 06:39:39 +00:00
parent e31039eb8b
commit 2ec3efbdeb

View File

@@ -20,7 +20,8 @@ include:
unittest: unittest:
stage: test stage: test
image: python image: python
only: test only:
- test
before_script: before_script:
- pip install -r requesments.txt - pip install -r requesments.txt
- pip istall pytest - pip istall pytest