diff --git a/Docker/Dockerfile b/Docker/Dockerfile
index 279e7f683dc89525a1a1763d1a78af2afe03ffbb..11a24895d8fdfccabbe505336451c902fa582d04 100644
--- a/Docker/Dockerfile
+++ b/Docker/Dockerfile
@@ -104,11 +104,14 @@ RUN python3 -m pip install cwltool cwl-runner -e "git://github.com/darafferty/LS
 
 RUN python3 -m pip install -e "git+https://github.com/revoltek/losoto.git@${LoSoTo_TAG}#egg=LoSoTo"
 
+# ADD test data
 ADD L570745_uv_first10.MS.tar.xz /data
 ADD skymodels.tar.gz /data/skymodels
 ADD test_data/A-Team_lowres.sourcedb /data/A-Team_lowres.sourcedb
 ADD test_data/example.h5 /data/example.h5
+ADD test_data/example_residual.h5 /data/example_residual.h5
 ADD test_data/L570745_SB001_uv_MODEL.MS /data/L570745_SB001_uv_MODEL.MS
+
 ADD losoto.patch /home/lofaruser/losoto.patch
 RUN patch /src/losoto/losoto/operations/__init__.py /home/lofaruser/losoto.patch 
 ADD .entrypoint /home/lofaruser/.entrypoint
diff --git a/test_jobs/losoto_plotscreen.json b/test_jobs/losoto_plotscreen.json
index 6526c52016f80b109284d38463430d476c70337c..f1fc5367df325aa9672b45284b2f430c86434005 100644
--- a/test_jobs/losoto_plotscreen.json
+++ b/test_jobs/losoto_plotscreen.json
@@ -1,5 +1,4 @@
 {
   "input_h5parm": {"class": "File", "path": "/data/example_residual.h5"},
-  "soltab":  ["sol000/amplitude000"],
-  "resSoltab": "amplitude000"
+  "soltab":  ["sol000/amplitude000"]
 }