diff --git a/.circleci/config.yml b/.circleci/config.yml index ca2cb2b..2b88fc4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,7 +39,7 @@ jobs: key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }} - run: name: wait for postgres - command: dockerize -wait tcp://localhost -timeout 1m + command: dockerize -wait tcp://localhost:5432 -timeout 1m - run: name: Tests Flask