Update .gitlab-ci.yml

This commit is contained in:
Slava
2024-03-17 06:35:51 +00:00
parent 308272803d
commit 6fe0df2fb7

View File

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