Remove dependencies for deploy-test job
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