Skip to content
Snippets Groups Projects
Commit be5fe78f authored by Daniel Gal's avatar Daniel Gal
Browse files

Db service

parent 7a07f84d
No related branches found
No related tags found
No related merge requests found
Pipeline #1660 failed
...@@ -13,6 +13,9 @@ Build backend: ...@@ -13,6 +13,9 @@ Build backend:
Test backend: Test backend:
stage: test stage: test
services:
- name: postgres:12.0-alpine
alias: db
image: danielgaldev/django-react-starter-api:${DJANGO_API_VERSION}-dev image: danielgaldev/django-react-starter-api:${DJANGO_API_VERSION}-dev
script: script:
- cd /code - cd /code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment