mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
fix postgres service name
This commit is contained in:
parent
d7bc93580f
commit
23892043a5
@ -34,7 +34,7 @@ before_script:
|
|||||||
# Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
|
# Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
|
||||||
# See http://docs.gitlab.com/ee/ci/services/README.html for examples.
|
# See http://docs.gitlab.com/ee/ci/services/README.html for examples.
|
||||||
services:
|
services:
|
||||||
- name: postgresql:12
|
- name: postgres:12
|
||||||
alias: db
|
alias: db
|
||||||
|
|
||||||
# Set any variables we need
|
# Set any variables we need
|
||||||
|
Loading…
x
Reference in New Issue
Block a user