Attempt 2 for gitlab ci

This commit is contained in:
Timothy Warren 2016-07-20 15:23:26 -04:00
parent fd512894e4
commit 961a026868
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
before_script:
# Install dependencies
- bash test/docker_install.sh > /dev/null
- npm install
services:
- mysql:latest

View File

@ -9,5 +9,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
set -xe
# Replace test config with docker config file
rm "$DIR/config.json"
mv "$DIR/config-ci.json $DIR/config.json"