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!
Hey Team,
I tried to integrate with gitlab ci but it showed
bundler: command not found: rspecafter run this commandtime bundle exec rspec_booster --job $CI_NODE_INDEX/$CI_NODE_TOTALit can be fixed by removing the
with_clean_envwenjieyek@d72a3f2
But not sure is the best approach for fixing this. Hope the team can give some idea.
Thanks!