in lib/build.rb [92:96]
def tmp_file_output tmp_file_output = GitlabCi::Encode.encode!(File.binread(tmp_file_path)) if tmp_file_path && File.readable?(tmp_file_path) tmp_file_output ||= '' end