Make the review job dependent from the compile_dev job
We need the review job to be able to run as soon as compile_dev
has finished.
Since we made the upstream_global_nav_test jobs
manual in !3348 (merged),
we see failures when deploying a review app in an upstream project
because you have to manually run the upstream_global_nav_test job after
compile_dev has finished, and only then will the review job start.
The upstream project is shown as failed because the review app is blocked by the manual action. 
For example, https://gitlab.com/gitlab-org/gitlab/-/jobs/3450768017.
Closes #1335 (closed)
Edited by Achilleas Pipinellis
