diff --git a/.circleci/config.yml b/.circleci/config.yml index 80d3cb6..fe77e31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,9 +50,9 @@ jobs: environment: DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psqluer end_to_end: - docker: - - image: cimg/node:14.15.0 - auth: + docker: + - image: cimg/node:14.15.0 + auth: username: xaela37 password: $DOCKERHUB_PASSWORD - image: circleci/postgres:9.6.2-alpine