From 93a296ebf28ffb4a844c4e004e213cbf6196f9c2 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 3 May 2021 16:00:51 +0200 Subject: [PATCH] test two additional scripts --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 182b8f8..01aef26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,6 +57,8 @@ visualisation: - poetry run python analyze.py test_simulationrun - poetry run python collisionhistory.py test_simulationrun - poetry run python collisionstats.py test_simulationrun + - poetry run python particle_numbers.py test_simulationrun + - poetry run python final_results.py test_simulationrun graph: stage: visualisation