From 97d2a8d1b7729502f132d970e212ff2f24a784b5 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 8 Feb 2017 23:44:47 +0100 Subject: [PATCH] improve gitlab.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cdfb76c..ac97cfd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ testLTS: stage: test script: - npmci install lts - - npmci command npm install -g npmts + - npmci command npm install -g -q npmts - npmci test lts tags: - docker @@ -23,7 +23,7 @@ testSTABLE: stage: test script: - npmci install stable - - npmci command npm install -g npmts + - npmci command npm install -g -q npmts - npmci test stable tags: - docker @@ -32,7 +32,7 @@ testLEGACY: stage: test script: - npmci install legacy - - npmci command npm install -g npmts + - npmci command npm install -g -q npmts - npmci test legacy tags: - docker