diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46814f867da08b0c751c2b3c962a229683767e69..6c04188e73a25559bc3e755d49f0073d3f9714e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ variables: MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true" # This template uses jdk8 for verifying and deploying images -image: maven:3.3.9-jdk-8 +image: maven:3.8.4-jdk-8 # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"'