summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/runner.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/runner.rb b/lib/runner.rb
index 924a1c7..50bbe76 100644
--- a/lib/runner.rb
+++ b/lib/runner.rb
@@ -73,6 +73,8 @@ class Runner
@process.environment['BUNDLE_GEMFILE'] = ''
@process.start
+ build.set_file @tmp_file.path
+
begin
@process.poll_for_exit(project.timeout)
rescue ChildProcess::TimeoutError