From 9fe2a4b339e2ab037b1a34cb039890a442eb4bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Snorre=20Magnus=20Dav=C3=B8en?= Date: Tue, 9 May 2017 15:01:39 +0200 Subject: [PATCH] Use node 7.8 specifically for ci job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Snorre Magnus Davøen --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46965ae..7348814 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 -- GitLab