Use the correct password for the gitlab ci test setup
This commit is contained in:
parent
a7df1a0d0b
commit
f0704ed35e
@ -18,9 +18,9 @@ variables:
|
||||
test:5.6:
|
||||
image: php:5.6
|
||||
script:
|
||||
- phpunit -c build
|
||||
- phpunit -c build --no-coverage
|
||||
|
||||
test:7:
|
||||
image: php:7
|
||||
script:
|
||||
- phpunit -c build
|
||||
- phpunit -c build --no-coverage
|
@ -6,7 +6,7 @@
|
||||
"name":"my",
|
||||
"alias":"my",
|
||||
"prefix":"create_",
|
||||
"pass":""
|
||||
"pass":"test"
|
||||
},
|
||||
"pgsql": {
|
||||
"host":"postgres",
|
||||
@ -16,14 +16,5 @@
|
||||
"pass":"test",
|
||||
"prefix":"create_",
|
||||
"port":5432
|
||||
},
|
||||
"oci": {
|
||||
"host":"localhost",
|
||||
"database":"query_test",
|
||||
"name": "oci",
|
||||
"user": "query_test",
|
||||
"pass": "test",
|
||||
"prefix": "create_",
|
||||
"port":49161
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user