From 4e1cd39cfc95f41ac1d755c4ab444c0824d46766 Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Mon, 27 Jul 2020 20:36:42 -0400 Subject: [PATCH] Fixed url pointing to testing node passed to the testing script. --- .gitlab-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml index cd2caefc9..fbf9d057c 100644 --- a/.gitlab-ci.yaml +++ b/.gitlab-ci.yaml @@ -126,7 +126,7 @@ hivemind_start_api_smoketest: - python3 -m site --user-site - pip3 install --user --upgrade pip setuptools - pip3 install --user pyresttest - - scripts/ci_start_api_smoketest.sh "http://localhost/$HIVEMIND_HTTP_PORT" + - scripts/ci_start_api_smoketest.sh "http://localhost:$HIVEMIND_HTTP_PORT" when: manual -- GitLab