From 1b0038a09fd4becc7a997b0e2d87cb33d43642fb Mon Sep 17 00:00:00 2001
From: Marvin Gottowik <marvingottowik@web.de>
Date: Fri, 20 Sep 2024 13:49:42 +0200
Subject: [PATCH] add first_interaction.py to gitlab ci. this will likely crash

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7bf86f03f..f049ddc71 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -461,5 +461,6 @@ python-examples:
     - cd ${CI_PROJECT_DIR}/python/examples
     - python3 particle_distribution.py --input-dir $EXAMPLE_SHOWER_DIR
     - python3 shower_profile.py --input-dir $EXAMPLE_SHOWER_DIR
+    - python3 first_interactions.py --input-dir $EXAMPLE_SHOWER_DIR
     - export EXAMPLE_RADIO_SHOWER_DIR=${CI_PROJECT_DIR}/build/build_examples/example_outputs/radio_em_shower_outputs
     - python3 radio_emission.py --input-dir $EXAMPLE_RADIO_SHOWER_DIR
-- 
GitLab