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