diff --git a/scripts/ci/fulltest-cypress b/scripts/ci/fulltest-cypress index af5a7fca..eff6f68f 100755 --- a/scripts/ci/fulltest-cypress +++ b/scripts/ci/fulltest-cypress @@ -60,6 +60,7 @@ printf "nameserver %s\noptions ndots:0" "${DNSROUTER_IP}" > "${LOCAL_RESOLVE}" # bring up all remaining containers, except cypress! docker-compose up -d --remove-orphans stepca docker-compose pull db-mysql || true # ok to fail +docker-compose pull db-postgres || true # ok to fail docker-compose up -d --remove-orphans --pull=never fullstack # wait for main container to be healthy