From 32898c42ee0b592ed4755a05ea08c8b9ce6d28e4 Mon Sep 17 00:00:00 2001 From: Tammo Jan Dijkema <dijkema@astron.nl> Date: Fri, 18 Oct 2019 11:28:24 +0200 Subject: [PATCH] Use /data as test data path --- test_jobs/aoflagger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_jobs/aoflagger.json b/test_jobs/aoflagger.json index 5542d8c3..138c5022 100644 --- a/test_jobs/aoflagger.json +++ b/test_jobs/aoflagger.json @@ -2,11 +2,11 @@ "msin": [ { "class": "Directory", - "path": "../test_data/L570745_SB000_uv_first10.MS" + "path": "/data/L570745_SB000_uv_first10.MS" }, { "class": "Directory", - "path": "../test_data/L570745_SB001_uv_first10.MS" + "path": "/data/L570745_SB001_uv_first10.MS" } ] } -- GitLab