From 2ce66bb71aebd0d26c6439e5757bb5c4b7f2ca02 Mon Sep 17 00:00:00 2001 From: Mohammad Torkashvand <mohammad.torkashvand@geant.org> Date: Tue, 5 Nov 2024 16:54:39 +0100 Subject: [PATCH] make ci postgress version equal tp uat and prod --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80eb9a6f..05fe9af7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ run-tox-pipeline: image: python:3.12 services: - - postgres:15.4 + - postgres:14 # Change pip's cache directory to be inside the project directory since we can # only cache local items. -- GitLab