mysql user update for ci

This commit is contained in:
Bossanyi Tibor 2020-05-10 11:22:37 +02:00
parent ec58b93497
commit 92760f86d6

View File

@ -41,7 +41,7 @@ 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
- mysql --user="MYSQL_USER" --password="$MYSQL_ROOT_PASSWORD" --host=mysql -e "use $MYSQL_DATABASE; show tables;" - mysql --user="$MYSQL_USER" --password="$MYSQL_ROOT_PASSWORD" --host=mysql -e "use $MYSQL_DATABASE; show tables;"
test: test:
stage: test stage: test