Skip to content
Snippets Groups Projects
Commit 6cfd2184 authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Pin PostgreSQL version to 12.0 in CI

parent 73c39b1a
No related branches found
No related tags found
1 merge request!531Pin PostgreSQL version to 12.0 in CI
......@@ -31,7 +31,7 @@ backend-tests:
stage: test
services:
- postgres:latest
- postgres:12.0
script:
- python setup.py test
......@@ -47,7 +47,7 @@ backend-migrations:
stage: test
services:
- postgres:latest
- postgres:12.0
script:
- pip install -e .
......
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