1
0
Fork 0

Update .gitlab-ci.yml

environments/stage/deployments/21
Alfredos-Panagiotis Damkalis 2018-08-11 15:53:30 +00:00
parent 7dfa9d53dd
commit 67bddece17
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ stages:
test:
stage: test
script:
- pip install --no-cache-dir --require-hashes --no-deps -r /app/requirements/dev.txt
- pip install --no-cache-dir --require-hashes --no-deps -r requirements/dev.txt
- cp env-dist .env
- flake8 .
- pytest