summaryrefslogtreecommitdiff
path: root/tests/platform-ci
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-01-31 15:53:18 +0100
committervarac <varacanero@zeromail.org>2017-01-31 17:21:57 +0100
commit98a19ce148800d0945fbddf59f5bafbb09748fd5 (patch)
tree97447efa5dbc83c8d73af4e57b66a1464d3f28f8 /tests/platform-ci
parente7db5f1afce893772e2437cfa6305051b19eb073 (diff)
Platform CI: Dont run bundle install in parallel
Closes: #8684
Diffstat (limited to 'tests/platform-ci')
-rwxr-xr-xtests/platform-ci/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform-ci/setup.sh b/tests/platform-ci/setup.sh
index 39ef3130..99f735b7 100755
--- a/tests/platform-ci/setup.sh
+++ b/tests/platform-ci/setup.sh
@@ -1,4 +1,4 @@
#!/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)"