https://github.com/iterative/dvc/issues/973#issuecomment-412739728 I.e. something like: ``` matrix: include: - workdir: runs/gs1 - workdir: runs/gs2 cmd: process.py input output deps: - path: input outs: - path: output cache: True ```