From a554ef49677308f768adf7a9f1706fca733abd5d Mon Sep 17 00:00:00 2001 From: burnout87 Date: Thu, 5 Oct 2023 10:53:02 +0200 Subject: [PATCH] update test renku gitlab url --- cdci_data_analysis/pytest_fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdci_data_analysis/pytest_fixtures.py b/cdci_data_analysis/pytest_fixtures.py index 6371da90a..19705a3a7 100644 --- a/cdci_data_analysis/pytest_fixtures.py +++ b/cdci_data_analysis/pytest_fixtures.py @@ -484,7 +484,7 @@ def dispatcher_test_conf_with_renku_options_fn(dispatcher_test_conf_fn): f.write(f_default.read()) f.write('\n renku_options:' - '\n renku_gitlab_repository_url: "git@renkulab.io:gabriele.barni/old-test-dispatcher-endpoint.git"' + '\n renku_gitlab_repository_url: "git@gitlab.renkulab.io:gabriele.barni/old-test-dispatcher-endpoint.git"' '\n renku_base_project_url: "http://renkulab.io/projects"' f'\n ssh_key_path: "{os.getenv("SSH_KEY_FILE", "ssh_key_file")}"')