Update .gitlab-ci.yml file
This commit is contained in:
@@ -30,7 +30,7 @@ unittest:
|
|||||||
- python -m venv venv
|
- python -m venv venv
|
||||||
- chmod u+x venv/bin/activate
|
- chmod u+x venv/bin/activate
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install --quiet -r requirements.txt
|
||||||
- cd tests
|
- cd tests
|
||||||
script:
|
script:
|
||||||
- pytest -v
|
- pytest -v
|
||||||
|
|||||||
Reference in New Issue
Block a user