From a6873fefddeefd5e795aada74ae59bda929c2eca Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 12 Sep 2024 11:36:43 +0200 Subject: [PATCH] ci(gitlab-ci): add missing frontend wait container var --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d88ff586f..66eeaef05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,6 +106,8 @@ setup:containers:frontend:wait: &setup-container-wait needs: - setup:dynamic before_script: *container-before + variables: + IMAGE_TYPE: frontend script: - apt-get -y update && apt-get -y install curl - >