[CORD-3117]v5

Add tag-collision job to the verify jobs

Change-Id: Iecb3158e956edbca9e52d2d6ec306f0628cfb5a4
diff --git a/jjb/verify/fabric.yaml b/jjb/verify/fabric.yaml
index ef4a915..afea07c 100644
--- a/jjb/verify/fabric.yaml
+++ b/jjb/verify/fabric.yaml
@@ -13,8 +13,10 @@
     name: 'verify-fabric-jobs'
     jobs:
       - 'verify-licensed'
-      - 'verify-sonarqube':
+      - 'tag-collision-reject':
           dependency-jobs: 'verify_fabric_licensed'
+      - 'verify-sonarqube':
+          dependency-jobs: 'verify_fabric_tag-collision'
       - 'api-test':
           dependency-jobs: 'verify_fabric_sonarqube'
           pipeline_script: 'all-xos-api-test-helm.groovy'