ci(gitlab-ci): add missing frontend wait container var

This commit is contained in:
Sarah Vaupel 2024-09-12 11:36:43 +02:00
parent 48b13c08a6
commit a6873fefdd

View File

@ -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
- >