Merge branch 'ci'
This commit is contained in:
commit
6362ab509d
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in a new issue