trabajo-afectivo/.gitlab/ci/integration/geo.yml

9 lines
291 B
YAML
Raw Normal View History

geo:
extends:
- .template_integration
script:
- bundle exec rake zammad:db:unseeded
- bundle exec rails test test/integration/geo_calendar_test.rb
- bundle exec rails test test/integration/geo_location_test.rb
- bundle exec rails test test/integration/geo_ip_test.rb