diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 353272291883896608e06fb69b5069064aea0aac..f6cbbde8e339e54c2d68931de7898980cee3f1b0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ deploy:
         # Get env file
         - |
             echo "Decrypt production env vars" # Do not remove this line because it is used for hide the production key from the ci/cd console
-            npx dotenv-vault local decrypt "${DOTENV_PROD_KEY}" > ../.env
+            npx dotenv-vault local decrypt "${DOTENV_PROD_KEY}" > ../../.env
 
         # Deploy
         - cd ../../