diff --git a/.circleci/config.yml b/.circleci/config.yml index d0055f31..622392cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,8 +28,8 @@ jobs: - run: name: Database Setup command: | - bundle exec rails db:create - bundle exec rails db:schema:load + bundle exec bin/rails db:create + bundle exec bin/rails db:schema:load - run: name: Run RSpec tests command: bundle exec rspec