diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c81697920b..ef2e3a4918 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,6 +61,7 @@ check-package: expire_in: 2 weeks paths: - test-output/*.log + - test-output/*/.config - test-output/*/images/* acmesystems_aria_g25_128mb_defconfig: *defconfig acmesystems_aria_g25_256mb_defconfig: *defconfig diff --git a/.gitlab-ci.yml.in b/.gitlab-ci.yml.in index 9a1e7a1e34..f763fdd454 100644 --- a/.gitlab-ci.yml.in +++ b/.gitlab-ci.yml.in @@ -61,4 +61,5 @@ check-package: expire_in: 2 weeks paths: - test-output/*.log + - test-output/*/.config - test-output/*/images/*