From 0265fb0a2b08d81e780b9f5893f7377a98bb08d7 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 22 Nov 2015 16:11:49 +0100 Subject: [PATCH] Added more jobs. --- .gitlab-ci.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55a8ff62e..de334ec4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,36 @@ job_integration_geo_ip: - rake db:migrate - ruby -I test/ test/integration/geo_ip_test.rb +job_integration_geo_location: + stage: test + script: + - export RAILS_ENV=test + - script/build/test_db_config.sh ci_zammad_geo_location + - rake db:drop; + - rake db:create + - rake db:migrate + - ruby -I test/ test/integration/geo_location_test.rb + +job_integration_geo_calendar: + stage: test + script: + - export RAILS_ENV=test + - script/build/test_db_config.sh ci_zammad_geo_calendar + - rake db:drop; + - rake db:create + - rake db:migrate + - ruby -I test/ test/integration/geo_calendar_test.rb + +job_integration_user_agent: + stage: test + script: + - export RAILS_ENV=test + - script/build/test_db_config.sh ci_zammad_user_agent + - rake db:drop; + - rake db:create + - rake db:migrate + - ruby -I test/ test/integration/user_agent_test.rb + rubocop: stage: test script: