summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b840a85fa0..aa6290f136 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -210,7 +210,7 @@ Build and Check for windows64 in separate build dir:
expire_in: 1 week
when: on_failure
paths:
- - guile/tests/*.log
+ - build/*.log
- build/tests/*.log
- build/tests/*/*.log
@@ -233,7 +233,7 @@ Build and Check for windows32 in separate build dir:
expire_in: 1 week
when: on_failure
paths:
- - guile/tests/*.log
+ - build/*.log
- build/tests/*.log
- build/tests/*/*.log