testOrder(project, {
        pipeline: {
          runOrder: {
            bar: { after: ['foo', 'baz'] },
            baz: { after: ['foo'] },