class Gitlab::QA::Component::Base

def restart

def restart
  assert_name!
  docker.restart(name)
end