From e6227b02209b57e0dd86a1f29f42c1364859c9e9 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 6 Apr 2018 19:19:29 -0600 Subject: [PATCH] switch CI image to alpine - use alpine instead of debian - use concrete tag --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afc19fd..884d261 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,5 @@ -image: node:8 -stages: -- setup -- verify -- deploy +image: node:8.11.1-alpine +stages: [setup, verify, deploy] yarn: stage: setup cache: -- 2.11.0