chore: keep nighlty-job log as artifact.

This commit is contained in:
Romain LE JEUNE 2023-12-08 09:31:57 +01:00
parent a057138880
commit 58736dd254
No known key found for this signature in database
GPG Key ID: 664A57E2F9CD8118
1 changed files with 5 additions and 1 deletions

View File

@ -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: