From 8f354135b5d83297e614620447927514dc80816b Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 13 Nov 2023 10:43:18 +0100 Subject: [PATCH] ci(cypress): Switch to cypress/included image in order to have the binary Part-of: --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd06473ce..d9a38f573 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -312,7 +312,9 @@ test_integration: - if: $RUN_CYPRESS interruptible: true - image: cypress/base:18.12.1 + image: + name: cypress/included:12.14.0 + entrypoint: [""] cache: - *front_cache - key: