From 90d461a01e920c8498798833710ea1fe0a9924ef Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 9 Oct 2020 20:14:37 +0100 Subject: [PATCH] Install all dependencies --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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