From 31e195807e68faa1bf2a558595d6f7132bb95e98 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 27 Nov 2015 01:51:08 +0100 Subject: [PATCH] Fixed auto wizard config. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0794da3b8..1f53975fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -145,9 +145,9 @@ job_integration_autowizard: script: - export RAILS_ENV=production - export Z_LOCALES=en-us:de-de - - export IP=`hostname -I` + - export IP=$(ip -f inet -o addr show eth0|cut -d\ -f 7 | cut -d/ -f 1) - export BROWSER_URL=http://$IP:3011 - - export REMOTE_URL=http://192.168.122.135:4444/wd/hub + - export REMOTE_URL=http://192.168.122.175:4444/wd/hub - export BROWSER=firefox - export RAILS_SERVE_STATIC_FILES=true - script/build/test_db_config.sh production ci_zammad_autowizard