summaryrefslogtreecommitdiff
path: root/app/presenters/ci/build_presenter.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/presenters/ci/build_presenter.rb')
-rw-r--r--app/presenters/ci/build_presenter.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/presenters/ci/build_presenter.rb b/app/presenters/ci/build_presenter.rb
index c4e0baa0603..d9650589f4c 100644
--- a/app/presenters/ci/build_presenter.rb
+++ b/app/presenters/ci/build_presenter.rb
@@ -56,7 +56,7 @@ module Ci
def config_artifacts_archive(artifacts)
artifacts.merge(type: :archive, format: :zip)
- end
+ end
def config_artifacts_reports(reports)
list = []
@@ -67,7 +67,7 @@ module Ci
end
def config_artifacts_reports_junit(junit)
- { name: 'junit.xml', paths: junit, type: :junit, format: :gzip }
+ { name: 'junit.xml', paths: junit, type: :junit, format: :gzip, when: :always }
end
end
end