diff --git a/tests/build.yml b/tests/build.yml index 256e3f73..0b6858a0 100644 --- a/tests/build.yml +++ b/tests/build.yml @@ -49,3 +49,8 @@ services: docs: image: $DOCKER_ORG/docs:$VERSION build: ../docs + + setup: + image: $DOCKER_ORG/setup:$VERSION + build: ../setup +