summaryrefslogtreecommitdiff
path: root/doc/ci/examples
diff options
context:
space:
mode:
authorJasper Denkers <git@jasperdenkers.com>2016-03-10 17:32:37 +0100
committerJasper Denkers <git@jasperdenkers.com>2016-03-18 09:52:56 +0100
commit9169c7e81fb906cf9f419d195d73a585b19dafbc (patch)
tree355cf2a2aee73a60141799512a1e8fcd92f971e5 /doc/ci/examples
parent707ca4bb91a29baf43908d025be356b6e00353fe (diff)
downloadgitlab-ce-9169c7e81fb906cf9f419d195d73a585b19dafbc.tar.gz
Add Java 8 image to Scala CI instructions
Diffstat (limited to 'doc/ci/examples')
-rw-r--r--doc/ci/examples/test-scala-application.md2
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