diff --git a/ci-cd/README.md b/ci-cd/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..4a69a4048ae3b60e15c09ce5ca791a3088be73b2
--- /dev/null
+++ b/ci-cd/README.md
@@ -0,0 +1,18 @@
+# CI-CD
+
+
+
+## What is this?
+Here are the files used for the gitlab for CI-CD
+
+## Files
+- [01_test.yml](ci-cd/01_test.yml)
+  - The playbook for testing the 'test' role.
+- [02_dependencies](ci-cd/02_dependencies.yml)
+  - The playbook for testing the 'dependencies' role.
+- [03_clone_repositories](ci-cd/03_clone_repositories.yml)
+  - The playbook for testing the 'clone_repositories' role.
+- [04_docker_images](ci-cd/04_docker_images.yml)
+  - The playbook for testing the 'docker_images' role.
+- [05_docker_containers](ci-cd/05_docker_containers.yml)
+  - The playbook for testing the 'docker_containers' role.