communistquotes/.gitlab-ci.yml

8 lines
144 B
YAML

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