Quintal-Grabber/.gitlab-ci.yml

14 lines
231 B
YAML
Raw Normal View History

2020-04-12 10:32:16 +02:00
image: "python:3.6-stretch"
stages: [ install, deploy ]
requirements:
stage: install
script:
- pip install -r requirements.txt
test:
stage: deploy
script:
- pip install -r requirements.txt
2020-04-12 10:35:08 +02:00
- python example.py