Skip to content
Snippets Groups Projects
Commit e58eb58e authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Update .gitlab-ci.yml

parent 5780e3a9
No related branches found
No related tags found
No related merge requests found
......@@ -49,12 +49,12 @@ cache:
# Validate merge requests using JDK8
validate:jdk8:
<<: *validate
image: maven:3.3.9-jdk-8
image: maven:3-jdk-8
# Verify merge requests using JDK8
verify:jdk8:
<<: *verify
image: maven:3.3.9-jdk-8
image: maven:3-jdk-8
# For `master` branch run `mvn deploy` automatically.
......@@ -73,7 +73,7 @@ test:jdk8:
artifacts:
paths:
- target/staging
image: maven:3.3.9-jdk-8
image: maven:3-jdk-8
pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment