Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0502fbd4 authored by ATMANI Ines's avatar ATMANI Ines
Browse files

Update .gitlab-ci.yml

parent dee90a6b
No related branches found
No related tags found
No related merge requests found
Pipeline #34056 failed
...@@ -27,7 +27,7 @@ variables: ...@@ -27,7 +27,7 @@ variables:
MYSQL_ROOT_PASSWORD: root MYSQL_ROOT_PASSWORD: root
connect: connect:
stage: test stage: test
image: mysql # image: mysql
script: script:
- service mysql start - service mysql start
- echo "SELECT 'OK';" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE" - echo "SELECT 'OK';" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE"
......
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