diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6559645..832127e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ default: image: rust:latest stages: - - build - test build-job: @@ -24,4 +23,4 @@ lint-test-job: stage: test script: - echo "Linting code..." - - cargo clippy \ No newline at end of file + - cargo clippy