image: ubuntu pages: stage: deploy script: - apt update && apt -y install python3-pip - pip3 install -r requirements.txt - make gitlab artifacts: paths: - public only: - master