Fix base dir to reflect recent changes

Change-Id: Ic475cc2b021885ee03517959a505f3e37fc9bbc6
diff --git a/Jenkinsfile.ciab b/Jenkinsfile.ciab
index 492100a..ee344a6 100644
--- a/Jenkinsfile.ciab
+++ b/Jenkinsfile.ciab
@@ -5,7 +5,7 @@
     sh "bash ./cord-in-a-box.sh -c"
 
     stage 'Run end-to-end tests'
-    sh "~/opencord/build/scripts/run-tests.sh"
+    sh "~/cord/build/scripts/run-tests.sh"
 
     currentBuild.result = 'SUCCESS'
   } catch (err) {