image: alpine:latest pages: stage: deploy script: - echo 'Nothing to do...' artifacts: paths: - public expire_in: 1 day only: - master