diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d86dba2bb74b4d29167653a1ec2b56369639597a..eb04588f96f9ad7b0c5121bf38c59f3dbb3eb1a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,8 +6,8 @@ convert_modified_md:
   image: python:3.11
   script:
     - pip install markdown playwright
+    - playwright install-deps
     - playwright install chromium
-    # πŸ” 1. μˆ˜μ •λœ .md 파일 μ°ΎκΈ° (컀밋 κΈ°μ€€)
     - |
       for file in $(git diff --name-only $CI_COMMIT_BEFORE_SHA $CI_COMMIT_SHA | grep '\.md$'); do
         echo "λ³€ν™˜ 쀑: $file"
diff --git a/ex1.md b/ex1.md
deleted file mode 100644
index fbec7450583b13312d284c6eb15c2733ef589c0a..0000000000000000000000000000000000000000
--- a/ex1.md
+++ /dev/null
@@ -1,29 +0,0 @@
-# ✨ My Awesome Project
-
-Welcome to **My Awesome Project** – a small but powerful app that helps you stay focused and get things done.
-
----
-
-## πŸš€ Features
-
-- βœ… Minimal UI, maximum productivity
-- πŸ•’ Pomodoro Timer built-in
-- ☁️ Cloud sync support (via Firebase)
-- 🎨 Custom themes (Light/Dark/Colorful)
-- πŸ“ˆ Analytics to track focus trends
-
----
-
-## πŸ“Έ Screenshot
-
-![App Screenshot](https://via.placeholder.com/600x300.png?text=Your+App+Screenshot)
-
----
-
-## πŸ”§ Technologies Used
-
-```bash
-Frontend:   React + TypeScript
-Backend:    Firebase Functions
-Styling:    Tailwind CSS
-State:      Redux Toolkit