Merge "Set Maven profile in verify jobs to catch potential release errors"
diff --git a/jjb/maven.yaml b/jjb/maven.yaml
index d39c1f6..e72b245 100644
--- a/jjb/maven.yaml
+++ b/jjb/maven.yaml
@@ -54,7 +54,7 @@
           pom: pom.xml
           settings: 'cord-apps-maven-settings'
           settings-type: cfp
-          goals: 'clean test install'
+          goals: '-Pci-verify clean test install'
 
     publishers:
       - junit: