diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e12985b65c1cf4728bb15e2425816fe74026c6e..3848b3542df11ef91a9ef7ae3b1a04caa201a976 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,4 +12,6 @@ elastic:
   script:
     - cd ./manifests/elastic
     - terraform init 
+    - terraform fmt -check
     - terraform plan
+    - terraform apply -auto-approve
\ No newline at end of file