We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9f23f commit 384dd2fCopy full SHA for 384dd2f
.gitlab-ci.yml
@@ -48,6 +48,8 @@ build-job:
48
- build/
49
- install/
50
- ${CCACHE_DIR}/
51
+ expire_in: 1 week
52
+ when: always
53
54
test-job:
55
stage: test
@@ -84,4 +86,6 @@ test-job:
84
86
paths:
85
87
88
- ${base_path}/apps/src/tests/report.xml
- - ${base_path}/apps/src/tests/pytest_report.xml
89
+ - ${base_path}/apps/src/tests/pytest_report.xml
90
91
apps/src/tests/gold_standard
0 commit comments