diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dc3d272..ec49e60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,11 +12,6 @@ format:
   script:
     - make format
 
-dependencies:
-  stage: test
-  script:
-    - make go-mod-tidy
-
 test:
   stage: test
   script: