Removed venv from pipeline script
This commit is contained in:
parent
ff5bfbfb1a
commit
b879049021
@ -2,7 +2,7 @@ pytest:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- cd /builds/u5500327/wmgzon
|
- cd /builds/u5500327/wmgzon
|
||||||
- python -m venv .venv
|
# - python -m venv .venv
|
||||||
- source /bin/activate
|
# - source /bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pytest
|
- pytest
|
Loading…
Reference in New Issue
Block a user