class Gitlab::QA::Release

def dev_gitlab_org?

def dev_gitlab_org?
  image.start_with?(DEV_REGISTRY)
end