From b1d0dc8a5a16858fa8206044b9ab3a6dc82f5c74 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Mon, 11 Dec 2017 14:45:55 +0100 Subject: [PATCH] Ensure that npm build always works --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c96158..909f555 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,4 +7,5 @@ cache: client: script: - - npm install + - npm install --only=production + - npm run build -- GitLab