verify stages should wait for the deployment to have taken place
verify stages get the CI_ENVIRONMENT_URL that just was deployed, but they do not know whether its actually up as this can take some time.
we could poll the endpoint until its up (and return the correct commit if possible) in before_script
Edited by Marco Wettstein