Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 3f20745

Browse files
authored
add example reference to gitlab documentation page (#1377)
1 parent 9f8c0f5 commit 3f20745

File tree

1 file changed

+4
-0
lines changed
  • content/en/user-guide/ci/gitlab-ci

1 file changed

+4
-0
lines changed

content/en/user-guide/ci/gitlab-ci/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,7 @@ Find out more about ephemeral instances [here](/user-guide/cloud-sandbox/).
220220
- to be able to separate steps into their own jobs one must preserve Localstack's state, since Gitlab is not preserving job related containers/services during the pipelines
221221
- to start up Localstack in Gitlab CI Docker tools are necessary
222222
- when Localstack run as a container, it's not accessible during the `after_script` phase
223+
224+
## Examples
225+
226+
- [End-to-End Testing in Gitlab CI with Testcontainers and LocalStack: Understanding Runners and Docker in Docker]({{< ref "tutorials/gitlab_ci_testcontainers/" >}}) - A readily configured demo project, that will walk you through the process of setting up end-to-end testing for a backend application using Testcontainers and LocalStack within GitLab CI.

0 commit comments

Comments
 (0)