ci(gitlab-ci): add missing frontend wait container var
This commit is contained in:
parent
48b13c08a6
commit
a6873fefdd
@ -106,6 +106,8 @@ setup:containers:frontend:wait: &setup-container-wait
|
|||||||
needs:
|
needs:
|
||||||
- setup:dynamic
|
- setup:dynamic
|
||||||
before_script: *container-before
|
before_script: *container-before
|
||||||
|
variables:
|
||||||
|
IMAGE_TYPE: frontend
|
||||||
script:
|
script:
|
||||||
- apt-get -y update && apt-get -y install curl
|
- apt-get -y update && apt-get -y install curl
|
||||||
- >
|
- >
|
||||||
|
|||||||
Reference in New Issue
Block a user