diff --git a/.gitignore b/.gitignore
index 2fdb8b18d6174ed39fe1b046324df04f2df2c4de..944e3c9e87f5d4c449dabff28acfda74631bc476 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,5 @@ __pycache__/
 .coverage
 node_modules/
 public
-_build
\ No newline at end of file
+_build
+solutions/
\ No newline at end of file
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7194b8846cd39e5117f0a49b661d9536e2c41316..0b47bcb2b7029583f59d6c8dae6b537acf6577e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,6 @@
 stages:
   - code_quality
+  - security
   - build
   - deploy
 
@@ -26,7 +27,7 @@ include:
 # - local: ci-configs/case-3-build/build_image.yml
 
 # Case 4 Security
-# stages: code_quality, security_checks, test, build, build_image, test_image
+# stages: code_quality, security_checks, build_image, test_image
 - local: ci-configs/case-4-security/build_image.yml
 - local: ci-configs/case-4-security/container_scan.yml
 - local: ci-configs/case-4-security/sast.yml
@@ -39,6 +40,9 @@ include:
 # - local: ci-configs/case-5-docs/generate_docs.yml
 # - local: ci-configs/case-5-docs/pages.yml
 
+# # Case 6: Automate all the things!
+# # I challenge you to put everthing together and become the pipeline master!
+
 
 
 
diff --git a/case-6-all/README.md b/case-6-all/README.md
index 2ecdac9742b1b2e1b9903f8f8b7080936632eb7e..f78d33969133d85123c27426311b4252480a99f0 100644
--- a/case-6-all/README.md
+++ b/case-6-all/README.md
@@ -2,6 +2,6 @@
 
 Congratulations on reaching this stage! Now that everything is working, it’s time to take it to the next level. I challenge you to combine as many stages, jobs, and configurations as you want. With everything set up, it should be smooth sailing, right? πŸ€”
 
-Feel free to add more stages or jobs, customize the pipeline to your liking, and experiment with different setups. This is your opportunity to get creative and make the pipeline truly yours.
+Feel free to add more stages or jobs, customise the pipeline to your liking, and experiment with different setups. This is your opportunity to get creative and make the pipeline truly yours.
 
 Good luck, and may your pipeline run smoothly and efficiently! πŸš€