diff --git a/.circleci/config.yml b/.circleci/config.yml index 75e152a..b3a8ec7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,9 +35,9 @@ jobs: - checkout - restore_cache: key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }} - - run: - name: postgres - command : dockerize -wait tcp://localhost:5432 -timeout 1m + - run: + name: postgres + command : dockerize -wait tcp://localhost:5432 -timeout 1m - run: name : test command: |