diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 527882bae6d35d0f7e62ba1d3293f73a5628c410..bd75005328c92bf7dbbef11200a3f8b62b963a63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -285,7 +285,7 @@ test:pgbouncer: - name: postgres:${POSTGRES_VERSION} alias: postgres command: ["postgres", "-c", "max_connections=500", "-c", "shared_buffers=1GB"] - - name: bitnami/pgbouncer:${PGBOUNCER_VERSION} + - name: bitnamilegacy/pgbouncer:${PGBOUNCER_VERSION} alias: pgbouncer variables: <<: *test_variables