diff --git a/.circleci/config.yml b/.circleci/config.yml index 821a8b3..e3cf61c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,7 +42,7 @@ jobs: - run: npm install - run: npm run bootstrap - - run: sudo apt install postgresql-client + - run: sudo apt install postgresql-client --fix-missing - run: | psql \ -d $TEST_DATABASE_URL \