From 4d0ef83db5c3998b65b55be8705ee92d0ca0b98c Mon Sep 17 00:00:00 2001
From: Darius Schneider <schneider@itc.rwth-aachen.de>
Date: Mon, 21 Oct 2024 13:56:57 +0200
Subject: [PATCH] Update gitlab-ci.yml

---
 rails/gitlab-ci.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/rails/gitlab-ci.yml b/rails/gitlab-ci.yml
index 8d762dd..b24c97b 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:
-- 
GitLab