diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c135024f6..58036eb88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ stages: - build - test - - deploy variables: GIT_DEPTH: "3" SIMPLECOV: "true" @@ -272,4 +271,3 @@ test-linux: - rust-test dependencies: - linux-stable -