module Gitlab::QA::Runtime::Env

def gitlab_api_base

def gitlab_api_base
  ENV['GITLAB_API_BASE'] || 'https://gitlab.com/api/v4'
end