Skip to content
Snippets Groups Projects
Verified Commit 1cd1b0f6 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

ci: update Postgres images

parent b807b2fe
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ prepare:
test-all:
stage: test
services:
- postgres:14
- postgres:16
variables:
POSTGRES_DB: "tank"
POSTGRES_USER: "tank"
......@@ -177,7 +177,7 @@ test-scheme:
DOCKER_HOST: "tcp://docker:2375"
DOCKER_TLS_CERTDIR: ""
services:
- name: postgres:14
- name: postgres:16
alias: postgres
- name: $CI_REGISTRY_IMAGE:$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
entrypoint: ["/bin/bash"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment