From 961a026868769786d95857e2cc01af333ab59925 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 20 Jul 2016 15:23:26 -0400 Subject: [PATCH] Attempt 2 for gitlab ci --- .gitlab-ci.yml | 1 + test/docker_install.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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