From edbc4532bda795ee50893f1c4ca5192efc95fa9a Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Wed, 13 Sep 2017 18:37:46 +0200
Subject: [PATCH] no it is relative to the root

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37d7a8c..c5eed39 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ Find:
     name: find_ctests
     expire_in: 1 week
     paths:
-     - Testing/
+     - modules/find/tests/build/Testing/
   script:
     - cd modules/find/tests
     - mkdir -p build
-- 
GitLab