fix bin path virtual env
This commit is contained in:
parent
1fc26b78f3
commit
6aa5312e49
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ stages:
|
|||
- ${VIRTUAL_ENV}
|
||||
|
||||
before_script:
|
||||
- export PATH="${VIRTUAL_ENV}:$PATH"
|
||||
- export PATH="${VIRTUAL_ENV}/bin:$PATH"
|
||||
|
||||
requirements:
|
||||
extends: .pip cache template
|
||||
|
|
Loading…
Reference in a new issue