Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-17 11:56:02 +00:00
parent 16ea4ede05
commit 073be5e629

View File

@@ -27,7 +27,7 @@ unittest:
- pip install -r requirements.txt
- pip install pytest-asyncio
script:
- pytest
- pytest -v
qodana:
stage: 'code_quality'