From 3e9a62e4c93e71caded6e07ef0f4153ca3944b52 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 30 May 2016 02:48:08 +0200 Subject: [PATCH] update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fec255..a445fd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,7 @@ stages: testLTS: stage: test script: - - npmci install 4 - - npm install - - npm test + - npmci test lts tags: - docker