Tom/.gitlab-ci.yml

10 lines
130 B
YAML
Raw Normal View History

2021-07-27 22:24:30 +02:00
image: python:3.9.5-slim
before_script:
- pip install -r requirements.txt
latest:
script:
- cd src
- python main.py