diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index b7bb5f1dba..41f2071b6e 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -529,11 +529,13 @@ update_polkadot_weights: &update-weights update_kusama_weights: <<: *update-weights variables: + PROFILE: production RUNTIME: kusama update_westend_weights: <<: *update-weights variables: + PROFILE: production RUNTIME: westend #### stage: stage3