Skip to content

Commit 7aa89dc

Browse files
committed
Fix CI job order on Zullie1
Signed-off-by: Stefan Marr <[email protected]>
1 parent 3e68305 commit 7aa89dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build:aarch64-test-and-rebench:
2323

2424
script:
2525
- export PATH=/opt/local/bin:/opt/local/sbin:/Users/gitlab-runner/Library/Python/3.12/bin:${PATH}:${PYPY_BIN_DIR}
26+
- (cd Examples/Benchmarks/TestSuite && ./duplicate-tests.sh)
2627

2728
# BC JIT Compiled Version
2829
- SOM_INTERP=BC $RPYTHON --batch -Ojit src/main_rpython.py
@@ -44,7 +45,6 @@ build:aarch64-test-and-rebench:
4445
- ./som-ast-interp -cp Smalltalk TestSuite/TestHarness.som
4546
- ./som-ast-interp -cp Smalltalk:TestSuite Examples/Benchmarks/TestSuite/TestTestSuite.som
4647

47-
- (cd Examples/Benchmarks/TestSuite && ./duplicate-tests.sh)
4848
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c rebench.conf
4949

5050
build-and-test-interpreters:

0 commit comments

Comments
 (0)