diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af423fea9f..9b066e6bfe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -720,7 +720,7 @@ clang-format: when: on_failure coccinelle: - <<: *quick_checks_job + <<: *other_checks_job rules: - if: '$CI_MERGE_REQUEST_DIFF_BASE_SHA != null' changes: @@ -831,7 +831,7 @@ danger: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' checkbashisms: - <<: *quick_checks_job + <<: *other_checks_job <<: *shell_triggering_rules needs: [] script: @@ -844,9 +844,8 @@ mypy: - mypy "bin/tests/system/isctest/" tarball-create: - stage: quick-checks + <<: *build_job <<: *base_image - <<: *default_triggering_rules script: - *configure - meson dist -C build --no-tests