diff --git a/Jenkinsfile.dc2.prod b/Jenkinsfile.dc2.prod index ea5d677f..63559c10 100644 --- a/Jenkinsfile.dc2.prod +++ b/Jenkinsfile.dc2.prod @@ -18,11 +18,11 @@ pipeline { agent { docker { image 'cypress/included:13.6.1' - args '--add-host www.temmpo.org.uk:172.26.10.142 --entrypoint=""' + args '--add-host temmpo-dc2-vip.epi.bris.ac.uk:172.26.10.142 --entrypoint=""' } } steps { - sh 'cypress run --browser chrome --config baseUrl=https://www.temmpo.org.uk' + sh 'cypress run --browser chrome --config baseUrl=https://temmpo-dc2-vip.epi.bris.ac.uk' } post { success {