diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30ec9a7..6ebb813 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ before_script: # Install dependencies - bash test/docker_install.sh > /dev/null + - npm install services: - mysql:latest diff --git a/test/docker_install.sh b/test/docker_install.sh index 9f10f9c..91534d5 100644 --- a/test/docker_install.sh +++ b/test/docker_install.sh @@ -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" \ No newline at end of file