Update .gitlab-ci.yml
This commit is contained in:
@@ -24,7 +24,7 @@ unittest:
|
|||||||
- test
|
- test
|
||||||
before_script:
|
before_script:
|
||||||
- cd $CI_PROJECT_DIR
|
- cd $CI_PROJECT_DIR
|
||||||
- pip install -r requerements.txt
|
- pip install -r requirements.txt
|
||||||
- pip istall pytest
|
- pip istall pytest
|
||||||
script:
|
script:
|
||||||
- pytest
|
- pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user