diff --git a/OlympusServices/app/.circleci/config.yml b/OlympusServices/app/.circleci/config.yml index 9c42bc0..9e015f4 100644 --- a/OlympusServices/app/.circleci/config.yml +++ b/OlympusServices/app/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: JVM_OPTS: -Xmx3200m steps: - checkout: - path: ~/SEG2105-Olympus/OlympusServices + path: ~/SEG2105-Olympus/OlympusServices - restore_cache: key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} - run: