diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a674ca..ca2cb2b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,6 +37,9 @@ jobs: - checkout - restore_cache: key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }} + - run: + name: wait for postgres + command: dockerize -wait tcp://localhost -timeout 1m - run: name: Tests Flask