Skip to content

Commit ce901a3

Browse files
committed
Reorder stages
1 parent d587ac9 commit ce901a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ include:
2121
stages:
2222
- build
2323
- publish
24-
- shared-pipeline
25-
- benchmarks
2624
# These benchmarks are intended to replace the legacy benchmarks in the future
2725
- java-spring-petclinic-parallel
2826
- java-spring-petclinic-parallel-slo
2927
- java-startup-benchmarks-parallel
3028
- java-load-parallel
3129
- java-dacapo-parallel
30+
- shared-pipeline
31+
- benchmarks
3232
- macrobenchmarks
3333
- tests
3434
- test-summary

0 commit comments

Comments
 (0)