Fix rerun tests bug

This commit is contained in:
Wedge 2018-02-06 13:56:43 +03:00
parent ccd136a880
commit 233e6eb96c
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ class Projects::BuildListsController < Projects::BaseController
end
def rerun_tests
@build_list.builder = nil
@build_list.save
do_and_back(:rerun_tests, 'rerun_tests_')
end