diff --git a/.circleci/config.yml b/.circleci/config.yml index f85c542..8afe9c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: - checkout - run : name: prerequisites - command :bundle install + command: bundle install - run: name: test command: bundle exec rake validate lint