From 851a70d92fcf690bff198c5c6b30eb3e1b2c53c4 Mon Sep 17 00:00:00 2001 From: PIERRON Laurent <laurent.pierron@inria.fr> Date: Sun, 22 Jan 2023 15:19:29 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e761239..0a39065 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ # 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-jdk-18 +image: maven:3.8-openjdk-18 stages: # List of stages for jobs, and their order of execution - build -- GitLab