From 456eff43015ddedbfbe2e79d562a95a1af3b26e9 Mon Sep 17 00:00:00 2001 From: RODRIGUEZ lucas Date: Mon, 11 Mar 2024 17:29:31 +0100 Subject: [PATCH] Add maven dependancy --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a33cfd..d428c9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ # https://docs.gitlab.com/ee/development/cicd/templates.html # This specific template is located at: # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml +image: maven:3.9.6 stages: # List of stages for jobs, and their order of execution - build