diff options
author | Varac <varac@leap.se> | 2017-06-29 19:16:17 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-29 19:21:39 +0200 |
commit | 696750cbc39b969be2c774e1cd2d05f193f63b91 (patch) | |
tree | 32b9c5ca93f6b1c8affc86cc77dd2ee439bde4c6 /tests/platform-ci/setup.sh | |
parent | 86bad1811b267d6458700864ec8535990e2f04bb (diff) |
Use platform CI scripts from upgrade_tests branch
Diffstat (limited to 'tests/platform-ci/setup.sh')
-rwxr-xr-x | tests/platform-ci/setup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/platform-ci/setup.sh b/tests/platform-ci/setup.sh index 39ef3130..e92dddc7 100755 --- a/tests/platform-ci/setup.sh +++ b/tests/platform-ci/setup.sh @@ -1,4 +1,5 @@ #!/bin/sh which bundle || /usr/bin/apt install bundle -/usr/local/bin/bundle install --binstubs --path=/var/cache/gitlab-runner/ --with=test --jobs "$(nproc)" +/usr/local/bin/bundle install --binstubs --path=vendor --with=test --jobs "$(nproc)" +/usr/local/bin/bundle exec leap -v2 --yes help |