From 09dbd01a3a439a608261d8c4f07212a878611438 Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Wed, 14 Jun 2023 10:24:30 -0500 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19467d0..d1bd0cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ build_packer: tags: [build] script: - terraform --version - - terraform apply + - terraform init unit-test-job: # This job runs in the test stage. stage: test # It only starts when the job in the build stage completes successfully. -- GitLab