From 7d8f213867c3b0a5e330d2fe0d60ba9900d566d4 Mon Sep 17 00:00:00 2001 From: Roshan Syed Date: Thu, 5 Sep 2019 14:07:45 -0300 Subject: [PATCH] Added cache to CI --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f80553d9..ef00a44f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,5 +16,11 @@ test: script: - ./tests/betting_test - ./tests/chain_test + cache: + key: $CI_COMMIT_REF_NAME + paths: + - libraries/ + - programs/ + - test/ tags: - builder \ No newline at end of file