Merge branch '10232-non-exclusive-keys' refs #10232
[arvados.git] / sdk / cwl / tests / tool / submit_tool.cwl
index 28fecff7e0e72a47fa0aa14bae371a4d795f2e9c..19df1de2086b70b462579b8c46dfa02cfe995dc4 100644 (file)
@@ -4,6 +4,7 @@
 # value blub.txt) and uploading to Keep works as intended.
 
 class: CommandLineTool
+cwlVersion: v1.0
 requirements:
   - class: DockerRequirement
     dockerPull: debian:8
@@ -12,7 +13,7 @@ inputs:
     type: File
     default:
       class: File
-      path: blub.txt
+      location: blub.txt
     inputBinding:
       position: 1
 outputs: []