diff --git a/integration_tests/ddecal.parset b/integration_tests/ddecal.parset
index f75a884f6ecbeb83283eba18830f61c730537972..2a4b825353bf93f5ba130aff460d358227e6f869 100644
--- a/integration_tests/ddecal.parset
+++ b/integration_tests/ddecal.parset
@@ -26,7 +26,7 @@ solve.solveralgorithm=directioniterative
 solve.solverlbfgs.dof=200.0 
 solve.solverlbfgs.iter=4 
 solve.solverlbfgs.minibatches=1 
-solve.sourcedb=/var/scratch/mancini/wp5/andre_test/Testset/calibration_skymodel.txt 
+solve.sourcedb=calibration_skymodel.txt 
 solve.stepsigma=0.1 
 solve.stepsize=0.02 
 solve.tolerance=0.005 
diff --git a/integration_tests/dp3_ddecal.sh b/integration_tests/dp3_ddecal.sh
index 044bd655262a41158ec41c00ef0ba26843f9e227..e7e92a679476408ec6190106cf49cd6664c88c6b 100755
--- a/integration_tests/dp3_ddecal.sh
+++ b/integration_tests/dp3_ddecal.sh
@@ -3,9 +3,12 @@ set -e
 
 DATA_DIR=/var/scratch/mancini/wp5/andre_test/Testset
 SCRIPT_DIR=$(dirname $0)
-cp ${DATA_DIR}/*.h5parm . 
+LOCAL_DIR=/local/gitlab-runner/
+rsync -av --progress ${DATA_DIR}/*.h5parm epoch_5026988680.9055605_concatenated.ms calibration_skymodel.txt ${LOCAL_DIR}/
 
 
+cd ${LOCAL_DIR}
+
 echo EXECUTING COMMAND:
 echo DP3 ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\
      msin=${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms \
@@ -20,7 +23,7 @@ echo DP3 ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\
      
 
 DP3  ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\
-     msin=${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms \
+     msin=epoch_5026988680.9055605_concatenated.ms \
      msin.nchan=50 \
      msin.ntimes=15 \
      msin.startchan=100 \