diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 832127e..4955953 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,6 @@ default: stages: - test -build-job: - stage: build - script: - - echo "Compiling the code..." - - cargo build - - echo "Compile complete." - unit-test-job: stage: test script: