Skip to content

Commit 4410d9e

Browse files
committed
Made gitlab-ci use the same postgresql version as the user selected at project creation time.
1 parent fbc6e75 commit 4410d9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_slug}}/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pytest:
3939
tags:
4040
- python
4141
services:
42-
- postgres:11
42+
- postgres:{{ cookiecutter.postgresql_version }}
4343
variables:
4444
DATABASE_URL: pgsql://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres/$POSTGRES_DB
4545

0 commit comments

Comments
 (0)