Enable oscore-test-cookiecutter-models job from salt-model-ci-wrapper

Change-Id: I159882cb084f385525c203f4bacbcd115d9b86f8
Related-Prod: PROD-25370 ((PROD:25370)
diff --git a/test-salt-model-wrapper.groovy b/test-salt-model-wrapper.groovy
index 700ba24..2691081 100644
--- a/test-salt-model-wrapper.groovy
+++ b/test-salt-model-wrapper.groovy
@@ -234,8 +234,8 @@
             if (projectsMap.containsKey(cookiecutterTemplatesRepo)) {
                 branchJobName = 'test-drivetrain'
                 branches[branchJobName] = runTests(branchJobName, JsonOutput.toJson(buildTestParams))
-                // TODO: enable oscore-test job once it's ready to consume EXTRA_VARIABLES_YAML
-                //branches['oscore-test-cookiecutter-models'] = runTests('oscore-test-cookiecutter-models', JsonOutput.toJson(buildTestParams))
+                branchJobName = 'oscore-test-cookiecutter-models'
+                branches[branchJobName] = runTests(branchJobName, JsonOutput.toJson(buildTestParams))
             }
 
             branches.keySet().each { key ->