From 2ccd3091c42900773c19e0cdcf444099ead13a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anthony=20Qu=C3=A9r=C3=A9?= <47711333+Anthony-Jhoiro@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:03:49 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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