You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
Hey Team,
I tried to integrate with gitlab ci but it showed
bundler: command not found: rspec
after run this commandtime 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!
The text was updated successfully, but these errors were encountered: