Update .gitlab-ci.yml file
This commit is contained in:
@@ -20,7 +20,8 @@ include:
|
|||||||
unittest:
|
unittest:
|
||||||
stage: test
|
stage: test
|
||||||
image: python
|
image: python
|
||||||
only: test
|
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