diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 836cc00ece29f6acda2d1f687983dee82e9c27bc..8ccc1d7e8483b1de94706569a168e1fd5ffb868e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,8 @@ default:
     - molecule --version
 variables:
   SCENARIO: "default"
-  ANSIBLE_VAULT_PASSWORD_FILE: "molecule/lza_server_hardening.pass"
+  # ANSIBLE_VAULT_PASSWORD_FILE: "molecule/lza_server_hardening.pass"
+  ANSIBLE_VAULT_PASSWORD_FILE: "../../../lza_server_hardening.pass"
     
 
 test-job: