image: python:3.7-alpine build: stage: build script: - apk update && apk add make - pip install -r requirements.txt - make publish