summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci')
-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