diff --git a/.circleci/config.yml b/.circleci/config.yml index ea811c6a429..70b7e58a8a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ executors: DATABASE_URL: 'postgres://ubuntu@localhost:5432/coursemology_test' COLLECT_COVERAGE: << parameters.collects_rails_coverage >> - - image: cimg/postgres:16.1 + - image: pgvector/pgvector:pg16 environment: POSTGRES_USER: ubuntu POSTGRES_DB: coursemology_test