From fc3e188c72ecc1c477e1a09eccc14d0a0f43f107 Mon Sep 17 00:00:00 2001 From: Straw-Etiam Date: Wed, 13 Jan 2021 14:46:35 +0100 Subject: [PATCH] :construction_worker: update4.3 de la CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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