diff --git a/integration_tests/dp3_ddecal.sh b/integration_tests/dp3_ddecal.sh
index bd72ef54d12d2a008ecf9a29bc62822a8f7f575f..044bd655262a41158ec41c00ef0ba26843f9e227 100755
--- a/integration_tests/dp3_ddecal.sh
+++ b/integration_tests/dp3_ddecal.sh
@@ -7,7 +7,7 @@ cp ${DATA_DIR}/*.h5parm .
 
 
 echo EXECUTING COMMAND:
-echo DP3 msin.datacolumn=DATA\
+echo DP3 ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\
      msin=${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms \
      msin.nchan=50 \
      msin.ntimes=15 \
@@ -17,9 +17,9 @@ echo DP3 msin.datacolumn=DATA\
      verbosity=verbose \
      time_logging=true \
      msout=. \
-     ${SCRIPT_DIR}/ddecal.parset 
+     
 
-DP3 msin.datacolumn=DATA\
+DP3  ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\
      msin=${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms \
      msin.nchan=50 \
      msin.ntimes=15 \
@@ -29,4 +29,4 @@ DP3 msin.datacolumn=DATA\
      verbosity=verbose \
      time_logging=true \
      msout=. \
-     ${SCRIPT_DIR}/ddecal.parset 
\ No newline at end of file
+     
\ No newline at end of file