Skip to content

Commit 384dd2f

Browse files
committed
Updating the gitlab-ci to deal with artifact rules and fixing the failing test
1 parent 1d9f23f commit 384dd2f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ build-job:
4848
- build/
4949
- install/
5050
- ${CCACHE_DIR}/
51+
expire_in: 1 week
52+
when: always
5153

5254
test-job:
5355
stage: test
@@ -84,4 +86,6 @@ test-job:
8486
paths:
8587
- ${CCACHE_DIR}/
8688
- ${base_path}/apps/src/tests/report.xml
87-
- ${base_path}/apps/src/tests/pytest_report.xml
89+
- ${base_path}/apps/src/tests/pytest_report.xml
90+
expire_in: 1 week
91+
when: always

apps/src/tests/gold_standard

Submodule gold_standard updated from 6eea0fb to 32db4c3

0 commit comments

Comments
 (0)