diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index ac303b3bec..8d025dab44 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -535,6 +535,11 @@ update_westend_weights: variables: RUNTIME: westend +update_rococo_weights: + <<: *update-weights + variables: + RUNTIME: rococo + #### stage: stage3 build-rustdoc: