diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c135024f695..58036eb8897 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 -