Update .gitlab-ci.yml

This commit is contained in:
Bossanyi Tibor 2020-05-10 08:16:06 +00:00
parent fe550f013b
commit 2392f56d59

View File

@ -41,9 +41,6 @@ connect:
image: mysql:latest
script:
- apt-get update && apt-get --assume-yes install mysql-client
- echo "SELECT 'OK';" | mysql -uroot -p "$MYSQL_ROOT_PASSWORD" -h mysql "SHOW DATABASES;"
test:
stage: test