From 94950767323c5694a145b05f4776ed840b837385 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Tue, 12 Nov 2024 12:43:14 +0100
Subject: [PATCH] Use full path

---
 integration_tests/dp3_ddecal.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/integration_tests/dp3_ddecal.sh b/integration_tests/dp3_ddecal.sh
index 6115f8b..e314aa7 100755
--- a/integration_tests/dp3_ddecal.sh
+++ b/integration_tests/dp3_ddecal.sh
@@ -3,6 +3,7 @@ set -e
 
 DATA_DIR=/var/scratch/mancini/wp5/andre_test/Testset
 SCRIPT_DIR=$(dirname $0)
+SCRIPT_FULL_DIR=$(realpath ${SCRIPT_DIR})
 LOCAL_DIR=/local/gitlab-runner/
 rsync -av --progress ${DATA_DIR}/*.h5parm ${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms ${DATA_DIR}/calibration_skymodel.txt ${LOCAL_DIR}/
 
-- 
GitLab