Fix typo in job definition

Change-Id: I224f34c39b7a91cbe694e416e144080443d3fa45
diff --git a/jenkins/client/job/salt-formulas/tests.yml b/jenkins/client/job/salt-formulas/tests.yml
index cd95040..5fb4440 100644
--- a/jenkins/client/job/salt-formulas/tests.yml
+++ b/jenkins/client/job/salt-formulas/tests.yml
@@ -161,38 +161,37 @@
               PARALLEL_GROUP_SIZE:
                 type: string
                 default: "4"
-        job:
-          test-salt-formulas-env:
-            name: test-salt-formulas-env
-              template:
-                discard:
-                  build:
-                    keep_num: 500
-                  artifact:
-                    keep_num: 10
-                type: workflow-scm
-                concurrent: true
-                scm:
-                  type: git
-                  url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
-                  credentials: "gerrit"
-                  script: test-salt-formulas-env.groovy
-                param:
-                  SALT_VERSION:
-                    type: string
-                    default: "latest"
-                  SALT_OPTS:
-                    type: string
-                    default: "--force-color"
-                  CREDENTIALS_ID:
-                    type: string
-                    default: "gerrit"
-                  DEFAULT_GIT_URL:
-                    type: string
-                    description: "Run against alternate system reclass"
-                    default: "${_param:jenkins_gerrit_url}/salt-formulas/{{name}}"
-                  DEFAULT_GIT_REF:
-                    type: string
-                    default: master
-                  KITCHEN_ENV:
-                    type: text
+      job:
+        test-salt-formulas-env:
+          name: test-salt-formulas-env
+          discard:
+            build:
+              keep_num: 500
+            artifact:
+              keep_num: 10
+          type: workflow-scm
+          concurrent: true
+          scm:
+            type: git
+            url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
+            credentials: "gerrit"
+            script: test-salt-formulas-env.groovy
+          param:
+            SALT_VERSION:
+              type: string
+              default: "latest"
+            SALT_OPTS:
+              type: string
+              default: "--force-color"
+            CREDENTIALS_ID:
+              type: string
+              default: "gerrit"
+            DEFAULT_GIT_URL:
+              type: string
+              description: "Run against alternate system reclass"
+              default: "${_param:jenkins_gerrit_url}/salt-formulas/{{name}}"
+            DEFAULT_GIT_REF:
+              type: string
+              default: master
+            KITCHEN_ENV:
+              type: text