Add e2e test for bbsim patches

Change-Id: Iaef0104542c1beac439cea928757f88b695ab43b
diff --git a/jjb/pipeline/voltha-bbsim-tests.groovy b/jjb/pipeline/voltha-bbsim-tests.groovy
index ba701f4..8c592a7 100644
--- a/jjb/pipeline/voltha-bbsim-tests.groovy
+++ b/jjb/pipeline/voltha-bbsim-tests.groovy
@@ -109,7 +109,7 @@
              HELM_FLAG+="--set images.adapter_open_onu.tag=citest,images.adapter_open_onu.pullPolicy=Never "
            fi
 
-           if [ "${gerritProject}" = "voltha-bbsim" ]; then
+           if [ "${gerritProject}" = "bbsim" ]; then
              HELM_FLAG+="--set images.bbsim.tag=citest,images.bbsim.pullPolicy=Never "
            fi