updating image build target

Change-Id: I2830cbbd9681997da845a97101add5acddbb9bb5
diff --git a/jjb/pipeline/voltha-bbsim-tests.groovy b/jjb/pipeline/voltha-bbsim-tests.groovy
index c64b90b..55d91f6 100644
--- a/jjb/pipeline/voltha-bbsim-tests.groovy
+++ b/jjb/pipeline/voltha-bbsim-tests.groovy
@@ -61,7 +61,7 @@
            git clone https://gerrit.opencord.org/voltha-system-tests
            git clone https://github.com/ciena/kind-voltha.git
            cd kind-voltha/
-           DEPLOY_K8S=y JUST_K8S=y ./voltha up
+           DEPLOY_K8S=y JUST_K8S=y FANCY=0 ./voltha up
            """
       }
     }
@@ -70,7 +70,7 @@
       steps {
         sh """
            cd $WORKSPACE/voltha/${gerritProject}/
-           make DOCKER_REPOSITORY=voltha/ DOCKER_TAG=citest build
+           make DOCKER_REPOSITORY=voltha/ DOCKER_TAG=citest docker-build
            """
       }
     }