Skip to content

Remove dependencies for deploy-test job

Benjamin Bertrand requested to merge benjaminbertrand/rbac:gitlab-ci into master

By default a job tries to download the artifacts from previous stages. The artifacts from the previous stages are only kept for 1 day.

The deploy-test job is a manual job. If run more than a day after the previous stages, it will fail. The artifacts are not used by this job. The dependencies are set to an empty list.

JIRA INFRA-1100

Merge request reports