Update .gitlab-ci.yml file

This commit is contained in:
Ataxya 2021-10-28 09:28:27 +00:00
parent f7644d3760
commit 14142f97ed

View File

@ -11,6 +11,7 @@ stages:
build: build:
stage: build stage: build
script: script:
- pip install virtualenv
- virtualenv -p python3 venv - virtualenv -p python3 venv
- source venv/bin/activate - source venv/bin/activate
- pip install -r requirements.txt - pip install -r requirements.txt