X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6be9a2c8066a633327f797e537c228fb9b9d91c5..25bcd259cf59d51263d74ab09dfc4d9a92ca3fa4:/sdk/cwl/tests/wf/runin-wf.cwl diff --git a/sdk/cwl/tests/wf/runin-wf.cwl b/sdk/cwl/tests/wf/runin-wf.cwl index a192b86488..68a26a0d36 100644 --- a/sdk/cwl/tests/wf/runin-wf.cwl +++ b/sdk/cwl/tests/wf/runin-wf.cwl @@ -35,6 +35,8 @@ steps: out: [out] hints: - class: arv:RunInSingleContainer + - class: DockerRequirement + dockerPull: arvados/jobs:1.4.0.20190604172024 run: class: Workflow id: mysub @@ -60,5 +62,5 @@ steps: out: type: string outputBinding: - outputEval: "out" + outputEval: $("out") baseCommand: cat