communistquotes/.gitlab-ci.yml

9 lines
159 B
YAML

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