diff --git a/cicd/postprocessing.sh b/cicd/postprocessing.sh
index cf9f699a6623e64bae4cef28a5ba40e7af2fe102..475a8984b4d4f677b6dcaf3ceddf8d2c30794fcf 100644
--- a/cicd/postprocessing.sh
+++ b/cicd/postprocessing.sh
@@ -32,7 +32,7 @@ climate_file=/ambs/data_era5/T2monthly/climatology_t2m_1991-2020.nc
 model=convLSTM
 
 python3 /builds/esde/machine-learning/ambs/video_prediction_tools/main_scripts/main_visualize_postprocess.py \
-    --checkpoint  ${checkpoint_dir} --test_mode True \
+    --checkpoint  ${checkpoint_dir} --test_mode yes \
     --results_dir ${results_dir} --batch_size 4 \
     --num_stochastic_samples 1 \
     --lquick_evaluation \