From 2be10ca30da29058217ff5961d4e544cec7e88b8 Mon Sep 17 00:00:00 2001 From: Soeren Peters <peters@irmb.tu-bs.de> Date: Mon, 18 Jan 2021 16:22:26 +0100 Subject: [PATCH] ... --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0dfdc1c9..ad16f4115 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -263,6 +263,9 @@ gpu_numerical_tests: - mkdir /tmp && cd /tmp - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rz.tu-bs.de/irmb/test_data.git - ls -la test_data/ + - ls -la /tmp/test_data/ + - ls -la /tmp/test_data/numerical_tests_gpu + - ls -la /tmp/test_data/numerical_tests_gpu/grids - ls -la /tmp/test_data/numerical_tests_gpu/grids/gridUni32x4x48/ - export CCACHE_BASEDIR=$CI_PROJECT_DIR - export CCACHE_DIR=$CI_PROJECT_DIR/cache -- GitLab