From bc0e4e8cdfd521f9566c017d872b72b5c6a96054 Mon Sep 17 00:00:00 2001 From: ori agranat Date: Sat, 9 Nov 2019 10:50:59 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f96cff96f..2d45f7ecc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - deploy build_ui: - stage: build ui + stage: build_ui image: node:latest only: refs: @@ -18,7 +18,7 @@ build_ui: - chameleon-client/dist build_jar: - stage: build jar + stage: build_jar image: maven:3.6.2-jdk-12 only: refs: