diff --git a/docs/docs/articles/cicd-overview.md b/docs/docs/articles/cicd-overview.md index f495454127..b3b8dcc923 100644 --- a/docs/docs/articles/cicd-overview.md +++ b/docs/docs/articles/cicd-overview.md @@ -5,7 +5,7 @@ You can trigger tests in Testkube from your CI/CD pipeline. This practice decoup We have different tutorials for the options of being CI driven or using GitOps approaches. Check out the following tutorials: - [Github Actions - running Tests or TestSuites with testkube-run-action](./run-tests-with-github-actions.md) -- [Github Actions - running Testkube CLI commands with testkube-docker-action](./github-actions.md) +- [Github Actions - running Testkube CLI commands with setup-testkube-action](./github-actions.md) - [Testkube Docker CLI](./testkube-cli-docker.md) - [Gitlab CI](./gitlab.md) - [Jenkins CI/CD](./jenkins.md)