From d0549e27faef10fd860761d316550281f910478d Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Thu, 24 Aug 2023 08:35:44 +0200 Subject: [PATCH] ci(cypress): Cache cypress cache directory to make sure the binary is available --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8311848d9..f8de70be7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -317,7 +317,11 @@ test_integration: interruptible: true image: cypress/base:18.12.1 - cache: *front_cache + cache: + - *front_cache + - key: + paths: + - /root/.cache/Cypress before_script: - cd front - yarn install