From: Dan Allen Date: Sat, 7 Apr 2018 01:19:29 +0000 (-0600) Subject: switch CI image to alpine X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e6227b02209b57e0dd86a1f29f42c1364859c9e9;p=working%2Feg-antora.git switch CI image to alpine - use alpine instead of debian - use concrete tag --- 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: