From 6dda67bf374007708284d7081dbe6b3aea7810ee Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Tue, 15 Nov 2016 12:59:36 +0100 Subject: [PATCH] add silent install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7554ed..15ea8e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: before_script: - - npm install -g npmci + - npm install npmci -s -g testLTS: stage: test