Update .gitlab-ci.yml
This commit is contained in:
parent
fe550f013b
commit
2392f56d59
@ -41,9 +41,6 @@ connect:
|
|||||||
image: mysql:latest
|
image: mysql:latest
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get --assume-yes install mysql-client
|
- apt-get update && apt-get --assume-yes install mysql-client
|
||||||
- echo "SELECT 'OK';" | mysql -uroot -p "$MYSQL_ROOT_PASSWORD" -h mysql "SHOW DATABASES;"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
Loading…
Reference in New Issue
Block a user