diff --git a/integration-tests/common.bash b/integration-tests/common.bash index b716e5311374e5038bc34040bc5785ae653ad3e0..0794218160b694f98309618bd2e1c1fab38db15b 100755 --- a/integration-tests/common.bash +++ b/integration-tests/common.bash @@ -19,7 +19,7 @@ OPENBIS_SERVER=$WORK/openBIS-server CI_HOST=cisd-vesuvio.ethz.ch SSH_CRUISE_CONTROL_NAME=ci@$CI_HOST -HUDSON_ARTIFACTS=hudson/jobs +HUDSON_ARTIFACTS=$PWD/hudson/jobs CI_HOST_IP=`host $CI_HOST|grep address|awk '{print $4}'` MY_HOST=`hostname` MY_HOST_IP=`host $MY_HOST|grep address|awk '{print $4}'`