Browse Source

Updated selenium server.

Martin Edenhofer 9 years ago
parent
commit
53b301c7fa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitlab-ci.yml

+ 2 - 1
.gitlab-ci.yml

@@ -147,11 +147,12 @@ job_integration_autowizard:
     - export Z_LOCALES=en-us:de-de
     - export IP=`hostname -I`
     - export BROWSER_URL=http://$IP:3011
-    - export REMOTE_URL=http://192.168.122.175:4444/wd/hub
+    - export REMOTE_URL=http://192.168.122.135:4444/wd/hub
     - export BROWSER=firefox
     - export RAILS_SERVE_STATIC_FILES=true
     - script/build/test_db_config.sh production ci_zammad_autowizard
     - script/build/test_db_config.sh test ci_zammad_autowizard_test
+    - RAILS_ENV=test rake db:create
     - cp contrib/auto_wizard_example.json auto_wizard.json
     - script/bootstrap.sh
     - rake assets:precompile