summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e556a4..9f3b66c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,10 +21,8 @@ build:
test:
stage: test
script:
- - "gem install --user-install pkg/leap_cli-*.gem"
- - export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
- - leap
- - "rake test"
+ - bundle install --path vendor/bundle --with test
+ - rake test
# trigger leap_platform pipeline
trigger: