Update .gitlab-ci.yml file
This commit is contained in:
@@ -22,6 +22,9 @@ unittest:
|
|||||||
image: python
|
image: python
|
||||||
only:
|
only:
|
||||||
- test
|
- test
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- $CI_PROJECT_DIR/venv/
|
||||||
before_script:
|
before_script:
|
||||||
- cd $CI_PROJECT_DIR
|
- cd $CI_PROJECT_DIR
|
||||||
- python -m venv venv
|
- python -m venv venv
|
||||||
|
|||||||
Reference in New Issue
Block a user