diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 741c28ef52c69427d855f79025374467872697b7..eb7cd376111e0debc87db64aeb493594c4623e63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ build_packer: script: - terraform --version - terraform init - - terraform apply + - terraform apply --auto-approve unit-test-job: # This job runs in the test stage. stage: test # It only starts when the job in the build stage completes successfully.