diff --git a/rails/gitlab-ci.yml b/rails/gitlab-ci.yml
index 8d762dd90fc718aaa5549838efa2bf97c5a7df69..b24c97b2de2a797547c176def2e9fe78213f543d 100644
--- a/rails/gitlab-ci.yml
+++ b/rails/gitlab-ci.yml
@@ -76,10 +76,11 @@ rails_test_all:
     POSTGRES_USER: postgres
     POSTGRES_PASSWORD: postgres
     POSTGRES_URL: "postgresql://postgres:postgres@postgres:5432"
-  cache:
-    when: always
-    paths:
-      - vendor/bundle
+  # cache is too expensive atm, not enough memory
+  # cache:
+  #   when: always
+  #   paths:
+  #     - vendor/bundle
   artifacts:
     when: always
     paths: