diff --git a/.circleci/run_tests.sh b/.circleci/run_tests.sh index 6ffef8b..c27bb3b 100644 --- a/.circleci/run_tests.sh +++ b/.circleci/run_tests.sh @@ -89,7 +89,7 @@ kill -SIGHUP $(pgrep pgcat) # Reload config again # cd tests/ruby sudo gem install bundler -bundle install +sudo bundle install bundle exec ruby tests.rb || exit 1 bundle exec rspec *_spec.rb || exit 1 cd ../..