Updateing jenkinsfile

Change-Id: I2a5e4abf1d2f928f203c9a9ff7985aca3f8d222a
diff --git a/Jenkinsfile b/Jenkinsfile
index a8b7b99..5c9bb56 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -42,7 +42,7 @@
        dir('orchestration/xos-gui') {
             try {
                 stage 'Run E2E Tests'
-                sh 'UI_URL=127.0.0.1:4000/xos/#' protractor conf/protractor.conf.js
+                sh 'UI_URL=127.0.0.1:4000/xos/# protractor conf/protractor.conf.js'
                 currentBuild.result = 'SUCCESS'
             } catch (err) {
                 currentBuild.result = 'FAILURE'