Skip to content
Snippets Groups Projects
Commit 310c9c26 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Update pipeline config with new JDK Docker image

parent 88c4b04c
Branches
Tags
2 merge requests!26Renovate-updates deployed to prod,!25All the latest updates from Renovate
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment