From 0546d7e8b964d43d2ccdcfa49e8ce97d2986532c Mon Sep 17 00:00:00 2001 From: ryannathans <2804894-ryannathans@users.noreply.gitlab.com> Date: Fri, 3 Mar 2023 00:31:52 +1100 Subject: [PATCH] Made pipelines even faster with slim version of maven docker image --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f108676e..d8412dbda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,7 @@ variables: # when running from the command line. MAVEN_CLI_OPTS: "--batch-mode --errors --fail-fast --show-version" -# This template uses jdk8 for verifying and deploying images -image: maven:3-openjdk-11 +image: maven:3-openjdk-11-slim before_script: - free -mh