class Gitlab::QA::Release

def api_project_name

def api_project_name
  project_name.gsub('ce', 'foss').gsub('-ee', '')
end