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