image: registry.gitlab.com/pages/hugo:latest variables: GIT_SUBMODULE_STRATEGY: recursive test: script: - hugo except: - main pages: script: - hugo artifacts: paths: - web/public only: - main