diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d2472781188b0b313b370407c00d5d03f4079a2..90a015d7831b4d4e6959a776775d69b5e642b39e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -284,7 +284,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