diff --git a/.circleci/config.yml b/.circleci/config.yml index 723c48b..6ba22f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,6 +63,10 @@ jobs: command: yarn test test-e2e: docker: + - image: cimg/node:16.10.0 + auth: + username: anthonyjhoiro + password: $DOCKERHUB_PASSWORD - image: circleci/postgres:9.6-alpine auth: username: anthonyjhoiro @@ -71,10 +75,7 @@ jobs: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres DEFAULT_DATABASE: psdb - - image: cimg/node:16.10.0 - auth: - username: anthonyjhoiro - password: $DOCKERHUB_PASSWORD + steps: - checkout