Alter config format to lists of dictionaries

Rather than the previous dictionary of lists.

Change-Id: I0f8ffba15da489da097b14388699685f22b0579f
diff --git a/tests/test_v3.py b/tests/test_v3.py
index b746eae..b86b630 100644
--- a/tests/test_v3.py
+++ b/tests/test_v3.py
@@ -72,11 +72,11 @@
     def setup_repos(self):
         in_repo_conf = textwrap.dedent(
             """
-            jobs:
-              - name: project-test1
+            - job:
+                name: project-test1
 
-            projects:
-              - name: org/project
+            - project:
+                name: org/project
                 tenant-one-gate:
                   jobs:
                     - project-test1