[CORD-3117]v5

Add tag-collision job to the verify jobs

Change-Id: Iecb3158e956edbca9e52d2d6ec306f0628cfb5a4
diff --git a/jjb/verify/vtr.yaml b/jjb/verify/vtr.yaml
index 29437c5..6fea10b 100644
--- a/jjb/verify/vtr.yaml
+++ b/jjb/verify/vtr.yaml
@@ -13,8 +13,10 @@
     name: 'verify-vtr-jobs'
     jobs:
       - 'verify-licensed'
-      - 'verify-sonarqube':
+      - 'tag-collision-reject':
           dependency-jobs: 'verify_vtr_licensed'
+      - 'verify-sonarqube':
+          dependency-jobs: 'verify_vtr_tag-collision'
       - 'api-test':
           dependency-jobs: 'verify_vtr_sonarqube'
           pipeline_script: 'all-xos-api-test-helm.groovy'