From 4b53c91882221d0f41d9b57e99ca7c9a1a44f17a Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Fri, 4 Mar 2022 15:22:49 +0100
Subject: [PATCH] Testin chaches

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d50002872..a98989c99 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,8 +19,9 @@ docker_centos_build:
      - cp id_rsa.pub /root/.ssh/id_rsa.pub && chmod 644 /root/.ssh/id_rsa.pub
      - cp id_rsa /root/.ssh/id_rsa && chmod 600 /root/.ssh/id_rsa
      - ssh-keyscan -H git.mpi-cbg.de >> ~/.ssh/known_hosts
-     - cat /root/openfpm_dependencies/openfpm_pdata/base/test_file
+     - pwd
      - echo "Hello Cache" > /root/openfpm_dependencies/openfpm_pdata/base/test_file
+     - cat /root/openfpm_dependencies/openfpm_pdata/base/test_file
 #     - ./build.sh $CI_PROJECT_DIR unused pdata 0 base &> out
    cache:
      key: $CI_COMMIT_REF_SLUG
-- 
GitLab