diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-08 09:17:44 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-08 09:17:44 +0000 |
commit | efe3186770a4218333e1a720f1e4d3794892673e (patch) | |
tree | b637f816536c38ac920373aeb5c58b1540f8d921 /doc/ci/testing | |
parent | 6eed20a9c4ecc6ad0ce1615c9922eb615db7a45f (diff) | |
download | gitlab-ce-efe3186770a4218333e1a720f1e4d3794892673e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/testing')
-rw-r--r-- | doc/ci/testing/fail_fast_testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/testing/fail_fast_testing.md b/doc/ci/testing/fail_fast_testing.md index 57e21beef06..6b1ed4a594d 100644 --- a/doc/ci/testing/fail_fast_testing.md +++ b/doc/ci/testing/fail_fast_testing.md @@ -34,7 +34,7 @@ Fail fast testing gives you a faster feedback loop from the pipeline. It lets yo know quickly that the new tests are passing and the new functionality did not break other tests. -## Requirements +## Prerequisites This template requires: |