Skip to content
Snippets Groups Projects
Commit c4fea10d authored by Laurent's avatar Laurent
Browse files

test gitlab concurrency

parent f23a572e
No related merge requests found
......@@ -5,6 +5,7 @@ variables:
test:
script:
- export
- wget http://sandbox.pergame.net/databases/default-ci-dump.sql.gz -O default-ci-dump.sql.gz
- mysql -u $DBUSER -p $DBPASS -e "drop schema if exists ${DBNAME}; create schema ${DBNAME}"
- zcat default-ci-dump.sql.gz | mysql -u $DBUSER -p $DBPASS $DBNAME
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment