From 11f7c8bef9d1ca91a816fb3725185a53b7765721 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 22 Nov 2015 16:55:59 +0100 Subject: [PATCH] Added OTRS 5 job. --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9380eb5e..98e349d4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,6 +76,19 @@ job_integration_es: - rake db:migrate - ruby -I test/ test/integration/elasticsearch_test.rb - ruby -I test/ test/controllers/search_controller_test.rb + - ruby -I test/ test/integration/report_test.rb + +job_integration_otrs_5: + stage: test + variables: + IMPORT_OTRS_ENDPOINT: "http://vz599.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator" + script: + - export RAILS_ENV=test + - script/build/test_db_config.sh ci_zammad_otrs5 + - rake db:drop; + - rake db:create + - rake db:migrate + - ruby -I test/ test/integration/otrs_import_test.rb rubocop: stage: test