From 510dca4be7e9bd34a8e7778356a5627ea083438d Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Sun, 3 Apr 2022 13:16:15 +0200
Subject: [PATCH] retry compile and run

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57f79b550..ffe6a3580 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,19 +12,19 @@ docker_centos_build:
      - apt-get update
      - DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata
      - apt-get -y install cmake wget git g++ gfortran python2  python-is-python3
-     - mkdir -p base
+     - mkdir -p openfpm_dependencies
      - mkdir /root/.ssh && chmod 700 /root/.ssh
      - 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
-     - ls base
+     - ls openfpm_dependencies
      - echo "cifarm-ubuntu-node" > hostname
      - ./build.sh $CI_PROJECT_DIR unused pdata 0 base
-     - ls base
+     - ls openfpm_dependencies
    cache:
      key: $CI_COMMIT_REF_SLUG
      paths:
-       - base/
+       - openfpm_dependencies/
 
 docker_centos_run:
    stage: test
-- 
GitLab