From bd7ab0d0b07c8042a054ad9b99d645e9e292f837 Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Fri, 4 Mar 2022 15:35:13 +0100
Subject: [PATCH] Testing caches

---
 .gitlab-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 456f05445..0ea1e75c5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,13 +20,14 @@ docker_centos_build:
      - cp id_rsa /root/.ssh/id_rsa && chmod 600 /root/.ssh/id_rsa
      - ssh-keyscan -H git.mpi-cbg.de >> ~/.ssh/known_hosts
      - pwd
-     - echo "Hello Cache" > /root/openfpm_dependencies/openfpm_pdata/base/test_file
-     - cat /root/openfpm_dependencies/openfpm_pdata/base/test_file
+     - mkdir base
+     - echo "Hello Cache" > base/test_file
+     - cat base/test_file
 #     - ./build.sh $CI_PROJECT_DIR unused pdata 0 base &> out
    cache:
      key: $CI_COMMIT_REF_SLUG
      paths:
-       - /root/openfpm_dependencies/openfpm_pdata/base/
+       - base/
 
 #centos_build:
 #  stage: build
-- 
GitLab