From 9cc880f814ea6144f794ca40ba1b65bd6a3cca3a Mon Sep 17 00:00:00 2001 From: Will JALLET <wilson.jallet@polytechnique.edu> Date: Wed, 7 Mar 2018 08:06:13 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71edfcb..24532dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ stages: install-dependencies: stage: install script: - - npm install + - npm install -q artifacts: paths: - build/ -- GitLab