diff --git a/.circleci/config.yml b/.circleci/config.yml index 5071c4d..2173623 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,12 +39,12 @@ jobs: bdd: docker: - image: 'circleci/node:12' - environment: - DATABASE_URL: postgres://psqluser:psqlpassword@localhost:5432/psdb - JWT_SECRET: bla bla - API_PORT: 3000 - API_HOST: localhost - API_PROTOCOL: http + environment: + DATABASE_URL: postgres://psqluser:psqlpassword@localhost:5432/psdb + JWT_SECRET: bla bla + API_PORT: 3000 + API_HOST: localhost + API_PROTOCOL: http - image: 'circleci/postgres:9.6.2-alpine' environment: POSTGRES_USER: psqluser