From 48b3cb881a94a6ffb2dc1733bdbd7abef2bd41e4 Mon Sep 17 00:00:00 2001 From: Galimede Date: Mon, 2 Nov 2020 16:32:54 +0100 Subject: [PATCH] fix identation --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c69b6af..9138c60 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,11 +30,11 @@ jobs: - run : yarn test:ci test_e2e: docker: - - image: cimg/node:14.10.1 - image: circleci/postgres - environment: - POSTGRES_USER: e2e - POSTGRES_DB: psdb + environment: + POSTGRES_USER: e2e + POSTGRES_DB: psdb + - image: cimg/node:14.10.1 steps: - checkout - restore_cache: