summaryrefslogtreecommitdiffstats
path: root/odl-pipeline
diff options
context:
space:
mode:
Diffstat (limited to 'odl-pipeline')
-rwxr-xr-xodl-pipeline/lib/test_environment/test_environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/odl-pipeline/lib/test_environment/test_environment.py b/odl-pipeline/lib/test_environment/test_environment.py
index 3a6be7e..18f568d 100755
--- a/odl-pipeline/lib/test_environment/test_environment.py
+++ b/odl-pipeline/lib/test_environment/test_environment.py
@@ -99,7 +99,7 @@ class TestEnvironment(Service):
if 'CLONER_INFO' in os.environ:
cloner_info_path = os.environ['CLONER_INFO']
else:
- cloner_info_path = '/home/jenkins/cloner-info/'
+ cloner_info_path = '/home/jenkins/'
jenkins_slave.copy('to', sys_args.cloner_info,
cloner_info_path)