Skip to content

Fix code navigation job to wait until the image job is done

Pedro Pombeiro requested to merge fix-code-navigation-job into master

What does this MR do?

This MR fixes the code navigation job dependencies.

Why was this MR needed?

The code navigation job is currently broken when an MR updates the CI image to a new tag (it doesn't wait until the CI image is built by the prepare ci image job).

What's the best way to test this MR?

Updating the CI_IMAGE to an image name that doesn't yet exist and checking that this doesn't happen.

What are the relevant issue numbers?

Edited by Georgi N. Georgiev

Merge request reports