diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 118ef92aaf50a25ce80a0f2242e95f15ea097d23..c187b44fc55b312400a0ffd320b9870a8c96940d 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
@@ -411,7 +411,9 @@ python-tests:
   allow_failure: false
 
 python-examples:
-  extends: .python
+  stage: python
+  tags:
+    - corsika
   image: corsika/devel:u-22.04
   needs:
     - job: build_test_example-u-22_04
@@ -422,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