diff --git a/polkadot/scripts/ci/gitlab/pipeline/check.yml b/polkadot/scripts/ci/gitlab/pipeline/check.yml
index 1c24532dc5fe76832c2b4c79491145ba99393014..15dc9bae892a1133ae7154be22c9f22f67c0e5cf 100644
--- a/polkadot/scripts/ci/gitlab/pipeline/check.yml
+++ b/polkadot/scripts/ci/gitlab/pipeline/check.yml
@@ -87,7 +87,7 @@ check-runtime-migration-polkadot:
     - .check-runtime-migration
   variables:
     NETWORK: "polkadot"
-  allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/14006
+  allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107
 
 check-runtime-migration-kusama:
   stage: check
@@ -98,7 +98,7 @@ check-runtime-migration-kusama:
     - .check-runtime-migration
   variables:
     NETWORK: "kusama"
-  allow_failure: true
+  allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107
 
 check-runtime-migration-westend:
   stage: check
@@ -109,7 +109,7 @@ check-runtime-migration-westend:
     - .check-runtime-migration
   variables:
     NETWORK: "westend"
-  allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/14006
+  allow_failure: true # FIXME https://github.com/paritytech/substrate/issues/13107
 
 # is broken, need to fix
 check-no-default-features: