From 7e05b0de7fea873d0a04f1fb1c5c128da6f6ab0b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sat, 19 Mar 2016 00:32:13 +0900 Subject: [PATCH] Updated .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f2c636..58859c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ image: seo.disparate/gcc-runner:latest +cache: + paths: + - buildDebug/ + stages: - build - test