Raymond Toy pushed to branch issue-472-ansi-tests-test-log-not-found at cmucl / cmucl Commits: 85934e7a by Raymond Toy at 2026-02-17T09:40:23-08:00 Artifact must be somewhere at or below the project dir Copy ../ansi-test/test.out to ansi-test.out. Update the artifact path to be ansi-test.out. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -70,10 +70,10 @@ variables: stage: ansi-test artifacts: paths: - - ../ansi-test/test.out + - ansi-test.out script: - bin/run-ansi-tests.sh -l dist/bin/lisp - - ls -l ../ansi-test + - cp ../ansi-test/test.out ansi-test.out # Default configuration for running unit tests. .unit_test_template: &unit_test_configuration View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/85934e7a2eb01ea6c1d61f83... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/85934e7a2eb01ea6c1d61f83... You're receiving this email because of your account on gitlab.common-lisp.net.