fix: fix OpenCI environment sourcing

Change-Id: I85ea32638638621779845dd7f049946e22e9dde5
Signed-off-by: Chris Kay <chris.kay@arm.com>
diff --git a/openci-env.sh b/openci-env.sh
index a6332dd..f96f584 100644
--- a/openci-env.sh
+++ b/openci-env.sh
@@ -10,5 +10,5 @@
 #
 
 nfs_volume="${WORKSPACE:?}/nfs"
-jenkins_url="http://review.trustedfirmware.org"
+jenkins_url="http://ci.trustedfirmware.org"
 tfa_downloads="https://downloads.trustedfirmware.org/tf-a"