From 53f5919cb756f4b6adf4a43e5253a4f993bdf3da Mon Sep 17 00:00:00 2001 From: Alexander Samusev <41779041+alvicsam@users.noreply.github.com> Date: Mon, 7 Mar 2022 10:50:18 +0100 Subject: [PATCH] [ci] fix test-node-metrics dependency (#5041) --- polkadot/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index e11bb01bd4..3f367fb8ff 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -349,7 +349,7 @@ test-node-metrics: artifacts: false <<: *docker-env <<: *compiler-info - <<: *common-refs + <<: *test-refs variables: RUST_TOOLCHAIN: stable # Enable debug assertions since we are running optimized builds for testing