Skip to content

Commit 7e1fc29

Browse files
committed
Fix artifact locations
1 parent e24e8b8 commit 7e1fc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2025/.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test ~ aoc-2025:
3737
artifacts:
3838
when: always
3939
reports:
40-
junit: _build/test/lib/*/test-junit-report.xml
40+
junit: 2025/_build/test/lib/day*/test-junit-report.xml
4141

4242
# 2025 Elixir fmt check
4343
format ~ aoc-2025:
@@ -65,7 +65,7 @@ bench ~ aoc-2025:
6565
- mix deps.get && mix bench
6666
- cd ${CI_PROJECT_DIR}
6767
- mkdir -p benchmarks_${AOC_YEAR}
68-
- mv _build/benchmarks benchmarks_${AOC_YEAR}
68+
- mv ${AOC_YEAR}/_build/benchmarks benchmarks_${AOC_YEAR}
6969
- mv benchmarks_${AOC_YEAR}/aoc2025.html benchmarks_${AOC_YEAR}/index.html
7070
artifacts:
7171
paths:

0 commit comments

Comments
 (0)