Update .gitlab-ci.yml
This commit is contained in:
@@ -20,6 +20,7 @@ include:
|
|||||||
unittest:
|
unittest:
|
||||||
stage: test
|
stage: test
|
||||||
image: python
|
image: python
|
||||||
|
only: test
|
||||||
before_script:
|
before_script:
|
||||||
- pip install -r requesments.txt
|
- pip install -r requesments.txt
|
||||||
- pip istall pytest
|
- pip istall pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user