diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f83027d22f5fec6114a72ebc4939083154210741..de26dc9d3bfea87094479465a28eda4a1e0f99a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,12 +43,7 @@ deploy:
   only:
     - main
   variables:
-    DB_USERNAME: $DB_USERNAME
-    DB_PASSWORD: $DB_PASSWORD
     EVIRONMENT: ENVIRONMENT=test
-    DB_HOST: $DB_HOST
-    DB_PORT: $DB_PORT
-    DB_NAME: $DB_NAME
   script:
     - echo "Updating repository..."
     - git pull origin main  # Update the repository with the latest code