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:
stage: test
image: python
only: test
only:
- test
before_script:
- pip install -r requesments.txt
- pip istall pytest