diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a32fa9e..4dd0c83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.gitlab.com/pages/hugo:latest +image: https://hub.docker.com/_/debian stages: - build @@ -6,7 +6,7 @@ stages: before_script: - apt-get update - - apt-get install -y rsync openssh-client + - apt-get install -y rsync openssh-client hugo build: stage: build