Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

returns bundler: command not found: rspec on gitlab runner #87

Open
wenjieyek opened this issue Dec 7, 2021 · 2 comments
Open

returns bundler: command not found: rspec on gitlab runner #87

wenjieyek opened this issue Dec 7, 2021 · 2 comments

Comments

@wenjieyek
Copy link

Hey Team,

I tried to integrate with gitlab ci but it showed bundler: command not found: rspec after run this command
time bundle exec rspec_booster --job $CI_NODE_INDEX/$CI_NODE_TOTAL

it can be fixed by removing the with_clean_env
wenjieyek@d72a3f2

But not sure is the best approach for fixing this. Hope the team can give some idea.

Thanks!

@ndbroadbent
Copy link
Contributor

I just ran into the same problem on CircleCI. My gems are being installed to ./vendor/bundle. @wenjieyek Were you able to find a solution for this? Do I need to update $PATH?

@Piioo
Copy link

Piioo commented Jun 3, 2022

This fork may be the solution: https://github.com/spin-org/test-boosters/tree/spin

But better would be a MR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants