We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be41f79 commit 584048cCopy full SHA for 584048c
.gitlab-ci.yml
@@ -65,6 +65,12 @@ pre-commit:
65
- . /tmp/ci_env.sh
66
67
- anod run --plan .gitlab-ci.plan $PLAN_ENTRY
68
+
69
+ # We must parse testsuite results with the same version of e3-testsuite
70
+ # that produced them. So we install e3-testsuite using the same sandbox as
71
+ # testing.
72
+ - anod install e3-for-testing
73
+ - eval $(anod printenv e3-for-testing)
74
- testsuite_reports
75
artifacts:
76
reports:
0 commit comments