diff options
author | elijah <elijah@riseup.net> | 2016-09-13 17:12:32 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-09-13 17:12:32 -0700 |
commit | 5448925ff1cb802da3ab626e685277aaef0fa4b9 (patch) | |
tree | 47c084a241a696598d88ca2627e49cc2b741d60d | |
parent | 8e3ef4ba6a13fd03804696aaa41ced10131285c4 (diff) |
fix gitlab test
-rw-r--r-- | .gitlab-ci.yml | 6 |
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: |