Merge "updating xos-integration test xos-image version"
diff --git a/jjb/pipeline/xos-integration-tests.groovy b/jjb/pipeline/xos-integration-tests.groovy
index 7ddccad..27bc34f 100644
--- a/jjb/pipeline/xos-integration-tests.groovy
+++ b/jjb/pipeline/xos-integration-tests.groovy
@@ -90,7 +90,12 @@
            helm-repo-tools/wait_for_pods.sh
 
            helm dep up xos-core
-           helm install --set images.xos_core.tag=master xos-core -n xos-core
+
+           if [[ ${gerritProject} == "xos"]]; then
+             helm install --set images.xos_core.tag=master xos-core -n xos-core;
+           else
+             helm install xos-core -n xos-core;
+           fi
 
            helm dep update xos-profiles/seba-services
            helm install xos-profiles/seba-services