From ede63bea4cc08681e4dcfe5d2fc621b4d6ed957c Mon Sep 17 00:00:00 2001 From: Deon George Date: Sun, 29 May 2016 21:48:48 +1000 Subject: [PATCH] Added gitlab runner configuration --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fb4fcb9..f5e2cb70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,11 +9,9 @@ variables: before_script: # Install dependencies - - echo " Port 2022" >> /etc/ssh/ssh_config + - git submodule update --init --recursive - bash ci/docker_install.sh > /dev/null - echo "Load sample DB" - - git submodule init - - git submodule update # We test PHP5.6 test:5.5: