/cord -> /opt/cord

Change-Id: Idf19f4afe52a88ccc944750597641398a050c554
diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index 2a29cdd..62b01cb 100755
--- a/scripts/run-tests.sh
+++ b/scripts/run-tests.sh
@@ -3,7 +3,7 @@
 set -e
 
 CORDDIR=~/cord
-VMDIR=/cord/build/
+VMDIR=/opt/cord/build/
 CONFIG=config/cord_in_a_box.yml
 SSHCONFIG=~/.ssh/config
 
@@ -11,7 +11,7 @@
   cd $CORDDIR/build
 
   # User has been added to the lbvirtd group, but su $USER to be safe
-  ssh corddev "cd /cord/build; ./gradlew -PdeployConfig=$VMDIR/$CONFIG postDeployTests"
+  ssh corddev "cd $VMDIR; ./gradlew -PdeployConfig=$VMDIR/$CONFIG postDeployTests"
 }
 
 run_e2e_test