diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58d8815..3b7f04c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ before_script: - 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 - touch .env - - npm ci --cache .npm --prefer-offline --production + - npm ci --cache .npm --prefer-offline test: stage: test