Put back Yuta's change - run tests from the proper directory

Change-Id: Ie7c54e5f7c2745a483f48ce2fa1c42ff99c3e2db
diff --git a/jjb/onos/onos-gui-verify.sh b/jjb/onos/onos-gui-verify.sh
index f81e25a..9e6ca2f 100644
--- a/jjb/onos/onos-gui-verify.sh
+++ b/jjb/onos/onos-gui-verify.sh
@@ -2,4 +2,4 @@
 ONOS_ROOT=`pwd`
 . tools/build/envDefaults
 
-cd web/gui/src/main/webapp && npm install && npm run test
+cd web/gui/src/main/webapp/tests && npm install && npm run test