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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user