diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f1952d33c227ac5118c78880a63a45b5d3014bc..18b80e866614265b656a97fed907f278ec2f3d24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: openjdk:23-jdk +image: eclipse-temurin:17.0.9_9-jdk-jammy stages: - build - test @@ -25,6 +25,7 @@ cache: - .m2/repository/ before_script: + - apt-get update && apt-get install -y git - git config --global user.name "${GITLAB_USER_NAME}" - git config --global user.email "${GITLAB_USER_EMAIL}" - echo "Get common settings"