diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 67de14997c04435b08cb9f5778696b7993da0134..44daff56e7d61c6b9c4c2f611e73be61368c77c4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,6 @@ lint:
   stage: test
   before_script: &before-yarn
     - apk --no-cache add git python3 build-base
-    - yarn cache clean
     - yarn
   cache:
     key: '$CI_COMMIT_SHORT_SHA'