From b74840aa9de1100d7577c455db9b4f70cc8d51f7 Mon Sep 17 00:00:00 2001
From: Roy de Goei <goei@astron.nl>
Date: Mon, 12 Sep 2022 15:52:54 +0200
Subject: [PATCH] SDC-679: Add forgotten ldv in docker path

---
 steps/DPPP.cwl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/steps/DPPP.cwl b/steps/DPPP.cwl
index ded6c3e..acf02de 100755
--- a/steps/DPPP.cwl
+++ b/steps/DPPP.cwl
@@ -84,7 +84,7 @@ outputs:
       glob: 'DPPP*.log'
 hints:
   - class: DockerRequirement
-    dockerPull: git.astron.nl:5000/ldv-images/lofar-ms-software:latest
+    dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-ms-software:latest
   - class: NetworkAccess
     networkAccess: true
 stdout: DPPP.log
-- 
GitLab