Run integration test if test folder exists
With recently introduce exists rule we can run integration test for analyzers when fixtures are exists. This will help us gradually remove integration tests.
https://docs.gitlab.com/ee/ci/yaml/#rulesexists
pipeline without test https://gitlab.com/caneldem/gemnasium-python/pipelines/99438183
pipeline with test https://gitlab.com/caneldem/gemnasium-python/pipelines/99437736
This implements the solution described in gitlab-org/gitlab#30111 (comment 273945199)
Edited by 🤖 GitLab Bot 🤖