diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f884d6d60a0f52f44e1cd8654b9c184a86141fb7..fc4cbde7351578915377d0598169955cd90af798 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"'