summaryrefslogtreecommitdiff
path: root/tests/platform-ci/setup.sh
blob: 39ef31304cd99113dd4142bdde8be3497de4f085 (plain)
1
2
3
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)"