image: alpine:latest variables: GIT_SUBMODULE_STRATEGY: recursive pages: stage: deploy script: - echo 'Nothing to do...' artifacts: paths: - public only: - master