diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22a808ffebf2..15ec5717dac2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -233,7 +233,7 @@ codecov: --locked \ --release \ --no-fail-fast \ - -E 'all() - !test(tests::rejects_missing_seals) - !test(tests::authoring_blocks) - !test(sc-consensus-babe tests::rejects_missing_seals) - !test(sc-consensus-babe tests::authoring_blocks)' \ + -E 'all() & !test(tests::rejects_missing_seals) & !test(tests::authoring_blocks) & !test(sc-consensus-babe tests::rejects_missing_seals) & !test(sc-consensus-babe tests::authoring_blocks)' \ --features try-runtime,experimental # - cargo build --verbose --all-features --workspace # - cargo test --verbose --all-features --no-fail-fast --workspace