From ce2fae04b2fa266ad63c58cadf91e8316c567eb0 Mon Sep 17 00:00:00 2001 From: Gehrung Jonas <jg175@hdm-stuttgart.de> Date: Wed, 21 Feb 2024 18:39:06 +0100 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 17f70cb3..66bb9fd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ variables: build-battlearena: stage: build - image: maven:4.0.0-openjdk-21.0.1 + image: maven:latest-openjdk-latest script: - "echo 'Starting Build Stage'" - "mvn compile" -- GitLab