diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 465e9ca..4bdc30f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,12 +23,12 @@ lint:backend: - rustup component add clippy - make backend_lint rules: - - allow_failure: true - changes: - migrations/**/* - src/**/* - Cargo.* - Makefile + allow_failure: true #lint:frontend: # stage: lint