Added gitlab runner configuration

This commit is contained in:
Deon George 2016-05-29 21:48:48 +10:00
parent 46f57fe378
commit ede63bea4c

View File

@ -9,11 +9,9 @@ variables:
before_script: before_script:
# Install dependencies # Install dependencies
- echo " Port 2022" >> /etc/ssh/ssh_config - git submodule update --init --recursive
- bash ci/docker_install.sh > /dev/null - bash ci/docker_install.sh > /dev/null
- echo "Load sample DB" - echo "Load sample DB"
- git submodule init
- git submodule update
# We test PHP5.6 # We test PHP5.6
test:5.5: test:5.5: