Commit 46f4b53a authored by Ruben Davila's avatar Ruben Davila

Fix ELASTIC_HOST env var in order to use a friendly value for URI parser.

parent 6e2536cd
......@@ -10,7 +10,7 @@ variables:
MYSQL_ALLOW_EMPTY_PASSWORD: "1"
# retry tests only in CI environment
RSPEC_RETRY_RETRY_COUNT: "3"
ELASTIC_HOST: "registry.gitlab.com__gitlab-org__test-elastic-image"
ELASTIC_HOST: "registry.gitlab.com-gitlab-org-test-elastic-image"
RAILS_ENV: "test"
SIMPLECOV: "true"
USE_DB: "true"
......
......@@ -2,4 +2,4 @@ require 'webmock'
require 'webmock/rspec'
WebMock.disable_net_connect!(allow_localhost: true, allow: 'elasticsearch')
WebMock.disable_net_connect!(allow_localhost: true, allow: 'registry.gitlab.com__gitlab-org__test-elastic-image')
WebMock.disable_net_connect!(allow_localhost: true, allow: 'registry.gitlab.com-gitlab-org-test-elastic-image')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment