Skip to content

Commit 4db23bc

Browse files
Update .gitlab-ci.yml
1 parent 913ad70 commit 4db23bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stages: # List of stages for jobs, and their order of execution
55

66
build-job: # This job runs in the build stage, which runs first.
77
stage: build
8-
image: maven:3.9.9-amazoncorretto-11-alpine
8+
image: maven:3.9.9-amazoncorretto-8-alpine
99
script:
1010
- echo "Compiling the code..."
1111
- mvn clean install

0 commit comments

Comments
 (0)