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