From 6e5b84ee4cd34adb1454faee2f237fa83bbe15fa Mon Sep 17 00:00:00 2001 From: Deltik Date: Fri, 29 Mar 2019 17:30:29 -0500 Subject: [PATCH] Collect test artifacts, even if test fails --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8414d5d8e..adc80f4ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,7 @@ test:php7.3-mysql8.0: image: php:7.3 script: "php ./vendor/bin/codecept run unit --steps --debug --coverage --coverage-xml --coverage-html" artifacts: + when: always paths: - ./tests/_output/ @@ -43,6 +44,7 @@ pages: - test:php7.3-mysql8.0 script: - mv ./tests/_output/ ./public/ + when: always artifacts: paths: - ./public/