Added more jobs.
This commit is contained in:
parent
28a4095fb6
commit
0265fb0a2b
1 changed files with 30 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue