class Gitlab::QA::Docker::Engine

def pull(image, tag)

def pull(image, tag)
  Docker::Command.execute("pull #{image}:#{tag}")
end