Skip to content
Snippets Groups Projects
Commit 49a82e52 authored by thibault.capt's avatar thibault.capt
Browse files

Update .gitlab-ci.yml file

parent 16f9023a
No related branches found
No related tags found
No related merge requests found
Pipeline #37289 failed
...@@ -67,8 +67,8 @@ test-backend: ...@@ -67,8 +67,8 @@ test-backend:
stage: quality stage: quality
image: maven:3.6.3-openjdk-17 image: maven:3.6.3-openjdk-17
services: services:
- name: postres:13 - name: postgres:13
alias: postres alias: postgres
needs: ["install-backend"] needs: ["install-backend"]
variables: variables:
POSTGRES_USER: "username" POSTGRES_USER: "username"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment