diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5043c87..a80132a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -266,6 +266,7 @@ test: COMPOSE_PROFILES: | --profile migrations --profile tests + --profile ml script: - apk add --no-cache docker-compose - export PROFILES="$(printf '%s ' $COMPOSE_PROFILES)"