diff --git a/.circleci/config.yml b/.circleci/config.yml index f239af9..0d42780 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,10 +6,10 @@ jobs: - image: circleci/postgres:9.6.5 environment: POSTGRES_DB: psqluer - POSTGRES_USER: myUsr + POSTGRES_USER: postgres POSTGRES_PASSWORD: somePwd POSTGRES_PORT: 5432 - DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psqluer + DATABASE_URL: postgresql://postgresql:somePwd@localhost:5432/psqluer working_directory: ~/repo steps: - checkout