diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57f79b550e339aac0d797c4e86b8e214aca15739..ffe6a35806ab828d0cea7b76e46f5b5116a85753 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