From 8feafc7b359ee12a554effcff872b9ab2bfec9c5 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Wed, 6 Jan 2021 21:27:52 +0100 Subject: [PATCH] :green_heart: trying by changing name --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a0042ce..4415cd5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }} - run: name: Wait for postgres - command: dockerize -wait tcp://localhost:5432 -timeout 1m + command: dockerize -wait tcp://postgres:5432 -timeout 1m - run: name: running test command: |