diff options
-rw-r--r-- | doc/examples/README.md | 4 | ||||
-rw-r--r-- | doc/examples/configure_a_runner_to_run_the_gitlab_ce_test_suite.md | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/doc/examples/README.md b/doc/examples/README.md index 531a8f1..bfb5b54 100644 --- a/doc/examples/README.md +++ b/doc/examples/README.md @@ -27,7 +27,9 @@ The build command is run from [GitlabCi::Build#command](https://gitlab.com/gitla # Configuring runner examples -+ [For GitLab CE](configure_a_runner_to_run_the_gitlab_ce_test_suite.md) + [For Ruby](configure/ruby.md) We welcome contributions of examples for other environments. + +Please see [cookbook-gitlab-test](https://gitlab.com/gitlab-org/cookbook-gitlab-test/blob/master/README.md) +for instructions how to prepare a server to run CI tests for GitLab. diff --git a/doc/examples/configure_a_runner_to_run_the_gitlab_ce_test_suite.md b/doc/examples/configure_a_runner_to_run_the_gitlab_ce_test_suite.md deleted file mode 100644 index 0ddab52..0000000 --- a/doc/examples/configure_a_runner_to_run_the_gitlab_ce_test_suite.md +++ /dev/null @@ -1,6 +0,0 @@ -## Configure a runner to run the GitLab CE test suite - -Please see -[cookbook-gitlab-test](https://gitlab.com/gitlab-org/cookbook-gitlab-test/blob/master/README.md) -for instructions how to prepare a server to run CI tests for GitLab. The actual -[build script](build_script_gitlab_ce.md) is separate. |