From 9d181b8d829d1edb68eccbb26813c6a40ffee207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 21 Sep 2020 12:08:50 +0200 Subject: [PATCH] Extend the artifact list for the "pairwise" CI job Include the log file generated by the last failed pairwise build among the artifacts produced by the "pairwise" GitLab CI job in order to simplify troubleshooting pairwise build failures. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca3b373d69..522677fcfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1391,6 +1391,7 @@ pairwise: paths: - pairwise-commands.txt - pairwise-model.txt + - pairwise-output.*.txt when: on_failure only: variables: