Skip to content
Snippets Groups Projects
Commit 5b016ae8 authored by nilstes's avatar nilstes
Browse files

feilsok

parent a623c523
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ variables:
# Install node libraries
before_script:
- npm install
- apt-get update -q && apt-get install -qqy --no-install-recommends mysql-client
- mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE" < create_tables.sql
# Run JEST tests
test:
......
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