From 7168d0acbd2b708bbe23a06d4b6e83151f1ef7ed Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 16 Sep 2010 13:01:55 +0000
Subject: [PATCH] LMS-1610 fix bug

SVN: 17869
---
 integration-tests/common.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/common.bash b/integration-tests/common.bash
index b716e531137..0794218160b 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}'`
-- 
GitLab