Update .gitlab-ci.yml file
This commit is contained in:
parent
f7644d3760
commit
14142f97ed
|
@ -11,6 +11,7 @@ stages:
|
|||
build:
|
||||
stage: build
|
||||
script:
|
||||
- pip install virtualenv
|
||||
- virtualenv -p python3 venv
|
||||
- source venv/bin/activate
|
||||
- pip install -r requirements.txt
|
||||
|
|
Loading…
Reference in New Issue
Block a user