diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7362899..9dd4bed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,9 @@ # The Docker image that will be used to build your app -image: klakegg/hugo:pandoc +image: registry.gitlab.com/pages/hugo/hugo_extended:latest # Functions that should be executed before the build script is run -before_script: - - cd tfc +variables: + GIT_SUBMODULE_STRATEGY: recursive + pages: script: - hugo