diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46965ae46a2d0210e19937842f03d839728054a0..73488145c91a632f58932966f234549da42f5677 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: test: stage: test - image: node:7-alpine + image: node:7.8-alpine script: - echo $NEXUS_NPM_TOKEN > ~/.npmrc - echo 'always-auth=true' >> ~/.npmrc