From 9d2d6b95ad22baf01ee7e762d8cc0a6626bbf788 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Wed, 6 Jan 2021 21:31:07 +0100 Subject: [PATCH] :green_heart: trying without image name --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4415cd5..8ba4ea9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,6 @@ jobs: FLASK_DEBUG: 1 DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb - image: circleci/postgres:9.6.5-alpine - name: postgres environment: POSTGRES_USER: myUsr POSTGRES_DB: psdb @@ -37,7 +36,7 @@ jobs: key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }} - run: name: Wait for postgres - command: dockerize -wait tcp://postgres:5432 -timeout 1m + command: dockerize -wait tcp://localhost:5432 -timeout 1m - run: name: running test command: |