summaryrefslogtreecommitdiff
path: root/spec/support/helpers/ci/template_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/ci/template_helpers.rb')
-rw-r--r--spec/support/helpers/ci/template_helpers.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/support/helpers/ci/template_helpers.rb b/spec/support/helpers/ci/template_helpers.rb
index 598a5a0becc..119f8d001a1 100644
--- a/spec/support/helpers/ci/template_helpers.rb
+++ b/spec/support/helpers/ci/template_helpers.rb
@@ -5,6 +5,10 @@ module Ci
def secure_analyzers_prefix
'registry.gitlab.com/security-products'
end
+
+ def template_registry_host
+ 'registry.gitlab.com'
+ end
end
end