Use precompiled Gitaly binaries in gitlab/tmp/tests

Overview

When running specs in gitlab/ with GDK, Gitaly still compiles during setup, even if skip_compile: true is configured in GDK.

We can improve this by adding precompiled Gitaly binaries to the gitlab/tmp/tests folder. This removes the need for local compilation and speeds up test runs.

Impacted categories

The following categories relate to this issue:

Edited by Nao Hashizume