diff --git a/circle.yml b/circle.yml index 19f1eb4..51a6b16 100644 --- a/circle.yml +++ b/circle.yml @@ -23,10 +23,10 @@ jobs: steps: - checkout - restore-cache: - keys: - - *bundler_cache_key - - *jabba_cache_key - - *allure_cache_key + keys: + - *bundler_cache_key + - *jabba_cache_key + - *allure_cache_key - run: name: Install dependencies command: bundle install --path vendor/bundle