🔥 3-day streak
CompTIA Linux+ (XK0-006)80 / 123
Question 80 of 123

A developer defines a .gitlab-ci.yml file with three jobs. The 'deploy' job must only run after both the 'compile' job and the 'unit-test' job succeed, and each of those two jobs should run in parallel before deployment. The current configuration runs all three jobs at the same time, causing deploy to fail because artifacts are missing. Which change correctly enforces the intended execution order?

Reviewed for accuracy · Report an issueNext question