diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 456f054455c53219b221447ec4bcee20a1b39afc..0ea1e75c51c43d099baf3c12c2ac1d2fc5831da8 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