Revert "Fix UI test path"

Sadly, the tests don't actually work right. Deal with this after the release goes out.

This reverts commit 9259ea30902736e53f1563c83500121850d84096.

Change-Id: I8dcdb36285a27e77d0d29146e5ea70dfdab755bf
diff --git a/jjb/onos/onos-gui-verify.sh b/jjb/onos/onos-gui-verify.sh
index 9e6ca2f..f81e25a 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/tests && npm install && npm run test
+cd web/gui/src/main/webapp && npm install && npm run test