diff --git a/tests/platform-ci/setup.sh b/tests/platform-ci/setup.sh
index e92dddc791f8e2abfbb89d8e1c1f5202ac1738d2..c10cb4c8c5ee9fc649de6b3dea1342c25746dfb9 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