diff --git a/.circleci/config.yml b/.circleci/config.yml index 3b093a37e57..7a062556889 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,6 +27,11 @@ jobs: keys: - bundle-cache-lms-v3-{{ checksum "services/QuillLMS/Gemfile.lock" }} - bundle-cache-lms-v3 + - run: + name: debug script + command: | + cd services/QuillLMS + bundle platform - run: name: Bundle Install if cache isn't present. command: |