@@ -3566,9 +3566,6 @@ There can be from 2 to 50 jobs.
...
@@ -3566,9 +3566,6 @@ There can be from 2 to 50 jobs.
Jobs can only run in parallel if there are multiple runners, or a single runner is
Jobs can only run in parallel if there are multiple runners, or a single runner is
[configured to run multiple jobs concurrently](#using-your-own-runners).
[configured to run multiple jobs concurrently](#using-your-own-runners).
[In GitLab 13.5](https://gitlab.com/gitlab-org/gitlab/-/issues/26362) and later,
you can have one-dimensional matrices with a single job.
Every job gets the same `CI_NODE_TOTAL`[environment variable](../variables/README.md#predefined-environment-variables) value, and a unique `CI_NODE_INDEX` value.
Every job gets the same `CI_NODE_TOTAL`[environment variable](../variables/README.md#predefined-environment-variables) value, and a unique `CI_NODE_INDEX` value.