From d3c88e6c1dfca8c5e5804a1b543d50b9f45c05a8 Mon Sep 17 00:00:00 2001
From: Varac <varac@leap.se>
Date: Fri, 23 Jun 2017 16:33:18 +0200
Subject: [PATCH] Use unqualified path to bundler

So users can run it locally when they have `bundler` installed
as debian package.
---
 tests/platform-ci/setup.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/platform-ci/setup.sh b/tests/platform-ci/setup.sh
index e92dddc7..c10cb4c8 100755
--- a/tests/platform-ci/setup.sh
+++ b/tests/platform-ci/setup.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 which bundle || /usr/bin/apt install bundle
-/usr/local/bin/bundle install --binstubs --path=vendor --with=test --jobs "$(nproc)"
-/usr/local/bin/bundle exec leap -v2 --yes help
+bundle install --binstubs --path=vendor --with=test --jobs "$(nproc)"
+bundle exec leap -v2 --yes help
-- 
GitLab