Commit 78d9e6ec authored by Cheryl Li's avatar Cheryl Li

Update Scala CI template to reference openjdk Docker img

parent 42a24b06
...@@ -14,7 +14,7 @@ The following `.gitlab-ci.yml` should be added in the root of your ...@@ -14,7 +14,7 @@ The following `.gitlab-ci.yml` should be added in the root of your
repository to trigger CI: repository to trigger CI:
``` yaml ``` yaml
image: java:8 image: openjdk:8
stages: stages:
- test - test
......
# Official Java image. Look for the different tagged releases at # Official OpenJDK Java image. Look for the different tagged releases at
# https://hub.docker.com/r/library/java/tags/ . A Java image is not required # https://hub.docker.com/_/openjdk/ . A Java image is not required
# but an image with a JVM speeds up the build a bit. # but an image with a JVM speeds up the build a bit.
image: java:8 image: openjdk:8
before_script: before_script:
# Enable the usage of sources over https # Enable the usage of sources over https
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment