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

7 lines
185 B
YAML
Raw Permalink Normal View History

clearbit:
extends:
- .template_integration
script:
- bundle exec rake zammad:db:unseeded
- bundle exec rails test test/integration/clearbit_test.rb
allow_failure: true