From 8f47b95220070f204f6b34de42eca5fb51c2e9ae Mon Sep 17 00:00:00 2001 From: LosslessBot Date: Thu, 26 May 2016 22:38:23 +0200 Subject: [PATCH] update ci --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8077559..e39c08c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,14 +4,10 @@ stages: - test - release -variables: - LTS: "4" - STABLE: "stable" - testLTS: stage: test script: - - npmci install $LTS + - npmci install 4 - npm test tags: - docker @@ -19,7 +15,7 @@ testLTS: testSTABLE: stage: test script: - - npmci install $STABLE + - npmci install stable - npm test tags: - docker