integration.yml 554 B

12345678910111213141516171819202122232425
  1. include:
  2. - local: '/.gitlab/ci/integration/es.yml'
  3. - local: '/.gitlab/ci/integration/other.yml'
  4. - local: '/.gitlab/ci/integration/otrs.yml'
  5. .template_integration: &template_integration
  6. extends:
  7. - .env_base
  8. - .services_mysql_postgresql_imap_redis_memcached
  9. - .rules_integration_manual_start
  10. tags:
  11. - integration
  12. stage: test
  13. variables:
  14. RAILS_ENV: "test"
  15. # we need at least one job to store and include this template
  16. # $IGNORE is not defined
  17. ignore:
  18. stage: test
  19. only:
  20. variables:
  21. - $IGNORE
  22. script:
  23. - ''