From eb35cc8faa051d91db7d62cc5689f4cd73543fe6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20R=C3=BC=C3=9Fmann?= <p.ruessmann@fz-juelich.de>
Date: Wed, 18 Aug 2021 09:46:26 +0200
Subject: [PATCH] Test: show files for Cu1 before runnig the test

---
 tests/gitlab-ci/run_kkrnano.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/gitlab-ci/run_kkrnano.yml b/tests/gitlab-ci/run_kkrnano.yml
index 9aad27d71..9cd698a64 100644
--- a/tests/gitlab-ci/run_kkrnano.yml
+++ b/tests/gitlab-ci/run_kkrnano.yml
@@ -5,6 +5,8 @@ run_kkrnano:intel:Cu1:
   script:
     - cd source/KKRnano/regtests
     - mkdir -p test_Cu1; cd test_Cu1; ln -s ../* .
+    - ls -la
+    - ls -la ..
     - python2.7 ./tests.py Test_copper.test_Cu1_lmax
   artifacts:
     paths:
-- 
GitLab