Added OTRS 5 job.
This commit is contained in:
parent
d17cfeebc0
commit
11f7c8bef9
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue