From 67ed3ca1a8f49819ff3ece9f3f251aca234a8f00 Mon Sep 17 00:00:00 2001 From: Alan Coleman <alanc@udel.edu> Date: Tue, 5 Mar 2024 13:18:28 +0100 Subject: [PATCH] Debug finding artifacts --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d1460586..c187b44fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -222,7 +222,7 @@ build_test-clang-14: junit: - ${CI_PROJECT_DIR}/build/test_outputs/junit*.xml paths: - - ${CI_PROJECT_DIR}/build/build_examples/example_outputs #python tests/examples need this + - ${CI_PROJECT_DIR}/build/build_examples/example_outputs/radio_em_shower_outputs #python examples need this - ${CI_PROJECT_DIR}/build/test_outputs/junit*.xml - ${CI_PROJECT_DIR}/build/CMakeCache.txt #python tests need this - ${CI_PROJECT_DIR}/build/bin #python tests need this @@ -424,7 +424,10 @@ python-examples: paths: - ${CI_PROJECT_DIR}/python/examples/example_plots script: + - echo "pwd is $PWD" + - find . - export EXAMPLE_SHOWER_DIR=${CI_PROJECT_DIR}/build/build_examples/example_outputs/radio_em_shower_outputs + - echo "Example dir is @EXAMPLE_SHOWER_DIR" - cd ${CI_PROJECT_DIR}/python - pip3 install --user -e '.[test,examples]' - cd ${CI_PROJECT_DIR}/python/examples -- GitLab