diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index bb996660f1..52c31b4d2f 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -197,7 +197,7 @@ test-build-linux-stable: script: - ./scripts/gitlab/test_linux_stable.sh # we're using the bin built here, instead of having a parallel `build-linux-release` - - time cargo build --release --verbose --bin polkadot + - time cargo build --release --verbose --bin polkadot --features "disputes" - sccache -s # pack artifacts - mkdir -p ./artifacts