diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c1238a80e50a15cc9d5dfd38347dcabbac1b0b1..46421ae7b8b6c6444e084865d8278f7dd2e6fcbb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -133,7 +133,7 @@ zdc_benchmark:
     - root -b -q calorimeters/simple_checking.cxx+
   allow_failure: true
 
-rich_simulation:
+rich_benchmark:
   stage: benchmarks
   tags:
     - sodium
diff --git a/pid/rich_benchmark.sh b/pid/rich_benchmark.sh
index a2e8be6023515321b106049110ac72314f463f97..9ae3f9b62c50ed83621387716e565560227f5e65 100755
--- a/pid/rich_benchmark.sh
+++ b/pid/rich_benchmark.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-source /usr/local/bin/thisdd4hep.sh
+# source /usr/local/bin/thisdd4hep.sh
 
-python benchmark_rich.py --compact=GenericRICH_example.xml --input=./sim_output/rich_sim.root --output=./results/rich_benchmarks.root
+# python rich_benchmark.py --compact=./pid/GenericRICH_example.xml --input=./sim_output/rich_sim.root --output=./results/rich_benchmarks.root
 
diff --git a/pid/rich_simu.sh b/pid/rich_simu.sh
index ae72cdd8efe66b78b0fa530c3ce97afa958df74d..3a8ed4ba48e17ec211513b2f0aa4057d9b1766fa 100755
--- a/pid/rich_simu.sh
+++ b/pid/rich_simu.sh
@@ -2,5 +2,5 @@
 
 source /usr/local/bin/thisdd4hep.sh
 
-python simulation_rich.py --compact=GenericRICH_example.xml --input=./data/rich_pid.hepmc --output=./sim_output/rich_sim.root -n 1000
+python ./pid/rich_simu.py --compact=./pid/GenericRICH_example.xml --input=./data/rich_pid.hepmc --output=./sim_output/rich_sim.root -n 1000