1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

Fix CI configuration: add pytest installation

This commit is contained in:
MoonTestUse1
2025-01-06 08:56:57 +06:00
parent 48be4c2238
commit c220de8969

View File

@@ -13,13 +13,15 @@ services:
before_script:
- python -V
- python -m pip install --upgrade pip
- pip install pytest
- pip install -r backend/requirements.txt
test:
stage: test
script:
- cd backend
- pytest -v
- python -m pytest -v
only:
- main
- Testing