From 5b30d1c880c94fb21d183500319812d72af25dab Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Fri, 9 Nov 2018 11:40:59 +0100 Subject: [PATCH] Update .gitlab-ci.yml.disabled --- .gitlab-ci.yml.disabled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml.disabled b/.gitlab-ci.yml.disabled index 8c72236..21ea558 100644 --- a/.gitlab-ci.yml.disabled +++ b/.gitlab-ci.yml.disabled @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. # Official framework image. Look for the different tagged releases at: # https://hub.docker.com/r/library/node/tags/ -image: node:latest +image: node:8 # This folder is cached between builds # http://docs.gitlab.com/ce/ci/yaml/README.html#cache -- GitLab