runner: image: library/python:2.7 stage: build script: - pip install -r requirements.txt - python scrape.py > data.csv artifacts: paths: - data.csv