diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7edf293..1b06adb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - - test - lint + - test - review variables: @@ -93,4 +93,4 @@ rustfmt: script: - rustc -Vv && cargo -Vv - cargo fmt --version - - cargo fmt --all -- --check \ No newline at end of file + - cargo fmt --all -- --check