Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-17 11:54:47 +00:00
parent b6539a31fc
commit 16ea4ede05

View File

@@ -25,6 +25,7 @@ unittest:
before_script:
- cd $CI_PROJECT_DIR
- pip install -r requirements.txt
- pip install pytest-asyncio
script:
- pytest