From 0c471162f22b841fd9830321ad3ade1c0bbffe08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Tue, 8 Dec 2020 18:31:58 +0100 Subject: [PATCH] Updated .git-ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bae65e..9781098 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: build: stage: build - image: openjdk14 + image: adoptopenjdk/openjdk14 script: - echo "Start building App" - rm -rf restservice/src/main/resources/application.properties