Cleanup ci script

This commit is contained in:
Felix Ableitner 2019-11-10 19:11:15 +01:00
parent 6362ab509d
commit 616d054360

View file

@ -3,7 +3,5 @@ image: python:3-alpine
build: build:
stage: build stage: build
script: script:
- pwd
- ls
- pip install --no-cache-dir -r src/requirements.txt - pip install --no-cache-dir -r src/requirements.txt
- python ./src/main.py --debug - python ./src/main.py --debug