From 375334e3180cb022490666b3ecf034bb875f6829 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Tue, 12 Nov 2024 12:18:48 +0100 Subject: [PATCH] Fix paths --- integration_tests/dp3_ddecal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/dp3_ddecal.sh b/integration_tests/dp3_ddecal.sh index f2016d8..6115f8b 100755 --- a/integration_tests/dp3_ddecal.sh +++ b/integration_tests/dp3_ddecal.sh @@ -4,7 +4,7 @@ set -e DATA_DIR=/var/scratch/mancini/wp5/andre_test/Testset SCRIPT_DIR=$(dirname $0) LOCAL_DIR=/local/gitlab-runner/ -rsync -av --progress ${DATA_DIR}/*.h5parm epoch_5026988680.9055605_concatenated.ms calibration_skymodel.txt ${LOCAL_DIR}/ +rsync -av --progress ${DATA_DIR}/*.h5parm ${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms ${DATA_DIR}/calibration_skymodel.txt ${LOCAL_DIR}/ cd ${LOCAL_DIR} -- GitLab