diff --git a/.circleci/config.yml b/.circleci/config.yml index af93f767..b1ae37f2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,6 +13,8 @@ jobs: steps: - checkout + - run: git clone --depth=1 https://bitbucket.org/ausocean/test.git ${GOPATH}/src/bitbucket.org/ausocean/test + - restore_cache: keys: - v1-pkg-cache