diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d162275..69b2be5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ cache: - .cache before_script: + - apt update && apt install -y curl - curl -Lo /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb - dpkg -i /tmp/hugo.deb - npm ci --cache .npm --prefer-offline --production