Attempt 2 for gitlab ci
This commit is contained in:
parent
fd512894e4
commit
961a026868
@ -1,6 +1,7 @@
|
|||||||
before_script:
|
before_script:
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
- bash test/docker_install.sh > /dev/null
|
- bash test/docker_install.sh > /dev/null
|
||||||
|
- npm install
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql:latest
|
- mysql:latest
|
||||||
|
@ -9,5 +9,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
# Replace test config with docker config file
|
# Replace test config with docker config file
|
||||||
rm "$DIR/config.json"
|
|
||||||
mv "$DIR/config-ci.json $DIR/config.json"
|
mv "$DIR/config-ci.json $DIR/config.json"
|
Loading…
Reference in New Issue
Block a user