Se me olvido setear python y el enviroment

This commit is contained in:
Daniel Cortes
2020-06-07 23:04:54 -04:00
parent a6d3862900
commit 5f16cd40e4

View File

@@ -10,7 +10,10 @@ before_script:
test:
stage: test
script:
- ./lint.sht
- python3 -m venv venv
- . venv/bin/activate
- pip install -r requirements.txt
- ./lint.sh
deploy:
stage: deploy