diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ae167f..847e853 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,7 @@ -# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry -# image: registry.gitlab.com/pages/hugo:latest -image: monachus/hugo:latest +image: registry.gitlab.com/pages/hugo/hugo_extended:latest before_script: - - apt-get update - - apt-get --yes --force-yes install git ssh rsync + - apk add --update --no-cache git openssh rsync - git submodule update --init --recursive pages: