X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3737e05681b6cfb22ea0af0da08598e458da16f0..a7caca5452e7ece2ea3f6efd3ab4bb992c1f31fb:/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..f819d0fe68 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:2.2.2 run: class: Workflow id: mysub @@ -60,5 +62,5 @@ steps: out: type: string outputBinding: - outputEval: "out" + outputEval: $("out") baseCommand: cat