Merge branch 'ci'

This commit is contained in:
Felix Ableitner 2019-11-10 19:05:20 +01:00
commit 6362ab509d

9
.gitlab-ci.yml Normal file
View file

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