# File lib/gitlab/client/runners.rb, line 96
    def project_enable_runner(project_id, id)
      body = { runner_id: id }
      post("/projects/#{project_id}/runners", body: body)
    end