Commit 3848900b authored by Alex Kalderimis's avatar Alex Kalderimis

Allow testing dev integrations

parent dbb6b275
...@@ -6,7 +6,7 @@ module API ...@@ -6,7 +6,7 @@ module API
integrations = Helpers::IntegrationsHelpers.integrations integrations = Helpers::IntegrationsHelpers.integrations
integration_classes = Helpers::IntegrationsHelpers.integration_classes integration_classes = Helpers::IntegrationsHelpers.integration_classes
if Rails.env.development? if Gitlab.dev_or_test_env?
integrations['mock-ci'] = [ integrations['mock-ci'] = [
{ {
required: true, required: true,
......
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