From 3728f820ca684798a5579fc445733ef531351bb7 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 15 Oct 2016 22:02:11 +0200 Subject: Use caching in setup.sh --- tests/platform-ci/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/platform-ci') diff --git a/tests/platform-ci/setup.sh b/tests/platform-ci/setup.sh index e676ca37..39ef3130 100755 --- a/tests/platform-ci/setup.sh +++ b/tests/platform-ci/setup.sh @@ -1,4 +1,4 @@ #!/bin/sh -which bundle || apt install bundle -bundle install --binstubs --path=vendor --with=test --jobs $(nproc) \ No newline at end of file +which bundle || /usr/bin/apt install bundle +/usr/local/bin/bundle install --binstubs --path=/var/cache/gitlab-runner/ --with=test --jobs "$(nproc)" -- cgit v1.2.3