From 375d5cdfccdc472dc1ca93a830e925a7eac7f5a6 Mon Sep 17 00:00:00 2001 From: LosslessBot Date: Thu, 26 May 2016 22:37:13 +0200 Subject: [PATCH] update ci yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dee41c1..8077559 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ variables: testLTS: stage: test script: - - nvm install $LTS + - npmci install $LTS - npm test tags: - docker @@ -19,7 +19,7 @@ testLTS: testSTABLE: stage: test script: - - nvm install $STABLE + - npmci install $STABLE - npm test tags: - docker