From e7c936da954f22a74929e82c22baba0743e53807 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Fri, 3 Mar 2017 11:49:20 +0100
Subject: [PATCH] Gathering information

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 42acd6228..86604e2df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,8 @@ stages:
 
 cache:
   key: "$CI_BUILD_NAME"
+  paths:
+    - build-ci/
   untracked: true
 
 # this is executed before doing anything else
-- 
GitLab