summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5907ab5..e329f88 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,9 @@ image: 0xacab.org:4567/leap/docker/ruby:latest
test:
stage: test
- script: "rake test"
+ script: "bundle exec rake test"
+ before_script:
+ - bundle
deploy:
stage: deploy