diff options
author | Azul <azul@riseup.net> | 2017-07-19 12:03:12 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-10-16 13:20:44 +0200 |
commit | c61771fad424a2642a67300f7c5d69cc2cfb5611 (patch) | |
tree | 47995f24e3cbc50043ccb675a0b422267c9bdb95 | |
parent | ca7951262b984f128ac6a663d0c39f4e00e4f9d0 (diff) |
ci: bundle gems for running tests
-rw-r--r-- | .gitlab-ci.yml | 4 |
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 |