diff --git a/scripts/ci/gitlab/pipeline/test.yml b/scripts/ci/gitlab/pipeline/test.yml index d66ede4e03ef..df3a8c24d047 100644 --- a/scripts/ci/gitlab/pipeline/test.yml +++ b/scripts/ci/gitlab/pipeline/test.yml @@ -43,6 +43,11 @@ test-linux-stable: script: - time cargo test --workspace --profile testnet --verbose --locked --features=runtime-benchmarks,runtime-metrics,try-runtime +test-linux-oldkernel-stable: + extends: test-linux-stable + tags: + - oldkernel-vm + .check-dependent-project: &check-dependent-project stage: test extends: