http://wmj5kiicroak3dvoelipkcqobw7kwtltbqnmuv576l6x4b56b6dvmdad.onion/help/ci/yaml/_index.md
**Example of `stages`** : ``` yaml include : - component : $CI_SERVER_FQDN/my-org/security-components/
[email protected] ``` 2 In this example :
1. All jobs in `build` execute in parallel.
1. If all jobs in `build` succeed, the `test` jobs execute in parallel.
1. If all jobs in `test` succeed, the `deploy` jobs execute in parallel.
1.