From e5a7995f358f81ac3581cfc577be096924611aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20J=C3=A4ntsch?= Date: Wed, 5 Sep 2018 13:37:04 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 358bfd1..e045d64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,3 @@ -image: node:8.11.4 stages: - setup - build @@ -6,6 +5,7 @@ stages: - cleanup setup: + image: node:8.11.4 only: master tag: prod script: @@ -20,6 +20,7 @@ setup: - npm install --save build: + image: node:8.11.4 stage: build only: master tag: prod @@ -27,6 +28,7 @@ build: - npm run build deploy: + image: node:8.11.4 stage: deploy only: master tag: prod @@ -39,6 +41,7 @@ deploy: url: https://wbm.lucajaents.ch cleanup: + image: node:8.11.4 tag: prod stage: cleanup script: