diff --git a/.circleci/config.yml b/.circleci/config.yml index 3400c9eb..981ab0fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ jobs: shell: /bin/bash --login -o pipefail steps: - checkout - - run: bundle install + - run: ls; bundle install - run: name: Fastlane command: bundle exec fastlane $FASTLANE_LANE