diff --git a/ci/test.yml b/ci/test.yml index 9afa3b01..ed5d2ecc 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -71,7 +71,11 @@ test-integration-nightly: needs: - test-integration script: - - make test-integration-nightly + - make test-integration-nightly | tee -a nightly-job.log + artifacts: + when: always + paths: + - nightly-job.log test-windows: extends: