diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d30a98695b59fc4214dca18f9b01ee4ff57a674..4645ca37088c257a8454871e4a4c8905c7215dfd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,7 +62,6 @@ fmt_and_clippy:
           - Cargo.lock
       paths:
         - target/debug
-      policy: push
 
 build_debug:
   extends: .env
@@ -86,7 +85,6 @@ build_debug:
           - Cargo.lock
       paths:
         - target/debug
-      policy: pull
 
 build_release:
   extends: .env
@@ -151,7 +149,6 @@ tests_debug:
           - Cargo.lock
       paths:
         - target/debug
-      policy: pull
   artifacts:
     paths:
       - build/