diff --git a/.gitlab-ci/deploy.php b/.gitlab-ci/deploy.php
index 9a36093ef51c6b6b5f3e9d3cfacf9fad5e956935..ffdac4313e79b1e03bb7efbd499b96c30c7677fe 100644
--- a/.gitlab-ci/deploy.php
+++ b/.gitlab-ci/deploy.php
@@ -15,6 +15,7 @@ $rsync_config = [
     'exclude' => [
         '.git',
         'deploy.php',
+        '_composer_cache',
     ],
     'exclude-file' => false,
     'include' => [],