From 12ab8c1ef45310e8d0656cfff3a76e0c9cc739d7 Mon Sep 17 00:00:00 2001 From: Miniontoby <tobias.gaarenstroom@gmail.com> Date: Tue, 8 Mar 2022 16:35:36 +0100 Subject: [PATCH] Just a quickfix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f884d6d..fc4cbde 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ variables: MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true" # This template uses jdk11 for verifying and deploying images -image: maven:3.3.9-jdk-11 +image: maven:3-jdk-11 # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' -- GitLab