diff --git a/cicd/postprocessing.sh b/cicd/postprocessing.sh
index 475a8984b4d4f677b6dcaf3ceddf8d2c30794fcf..e2c83ab493eecef7f2195730afbb7babeca7cffd 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 yes \
+    --checkpoint  ${checkpoint_dir} --test_mode \
     --results_dir ${results_dir} --batch_size 4 \
     --num_stochastic_samples 1 \
     --lquick_evaluation \