Skip to content
Snippets Groups Projects
Commit 083faf66 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

testing gitlab-ci

parent d0d483dd
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,6 @@ services:
variables:
POSTGRES_DB: portalmec_test
POSTGRES_USER: portalmec
POSTGRES_PASSWORD: 123mudar
before_script:
- apt-get update -y
......
......@@ -12,8 +12,8 @@ development: &development
test:
<<: *defaults
database: portalmec_test
username: portalmec
password: 123mudar
username: postgres
password: mysecretpassword
production:
<<: *defaults
......
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