summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f68ed76..1043af1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,4 @@
-language: ruby
-rvm:
- - 2.3.0
- - 2.2.4
- - 2.1.8
+image: 0xacab.org:4567/leap/docker/ruby:latest
-script: "rake test"
+test:
+ script: "rake test"