diff options
author | Jasper Denkers <git@jasperdenkers.com> | 2016-03-10 17:32:37 +0100 |
---|---|---|
committer | Jasper Denkers <git@jasperdenkers.com> | 2016-03-18 09:52:56 +0100 |
commit | 9169c7e81fb906cf9f419d195d73a585b19dafbc (patch) | |
tree | 355cf2a2aee73a60141799512a1e8fcd92f971e5 /doc | |
parent | 707ca4bb91a29baf43908d025be356b6e00353fe (diff) | |
download | gitlab-ce-9169c7e81fb906cf9f419d195d73a585b19dafbc.tar.gz |
Add Java 8 image to Scala CI instructions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/examples/test-scala-application.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/examples/test-scala-application.md b/doc/ci/examples/test-scala-application.md index f1753157e9b..58947f0f9f4 100644 --- a/doc/ci/examples/test-scala-application.md +++ b/doc/ci/examples/test-scala-application.md @@ -7,6 +7,8 @@ This example demonstrates the integration of Gitlab CI with Scala applications u The following `.gitlab-ci.yml` should be added in the root of your repository to trigger CI: ```yaml +image: java:8 + before_script: # Install SBT - echo "deb http://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list |