summaryrefslogtreecommitdiff
path: root/lib/api/runners.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/runners.rb')
-rw-r--r--lib/api/runners.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/runners.rb b/lib/api/runners.rb
index 4faba9dc87b..be92355d9a6 100644
--- a/lib/api/runners.rb
+++ b/lib/api/runners.rb
@@ -96,7 +96,7 @@ module API
runner = get_runner(params[:runner_id])
authenticate_enable_runner!(runner)
- Ci::RunnerProject.create(runner: runner, project: user_project)
+ runner.assign_to(user_project)
present runner, with: Entities::Runner
end