diff options
Diffstat (limited to '.gitlab-ci/README.md')
| -rw-r--r-- | .gitlab-ci/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/README.md b/.gitlab-ci/README.md index 5619a418..5214f7bc 100644 --- a/.gitlab-ci/README.md +++ b/.gitlab-ci/README.md @@ -19,8 +19,8 @@ Regenerate the yml by running `ci-fairy generate-template`. There are also tests for checking that the yml is correct: 1) run `tools/check-gitlab-ci.sh` -2) run `make check-local-gitlab-ci`, which runs 1). This also - runs as part of `make check`. +2) run `meson test check-local-gitlab-ci`, which runs 1). This also + runs as part of `meson test`. In both cases, the test is skipped if `ci-fairy` is not in the path. Install the correct `ci-fairy` version. |