From e42c739f55fcaea7f4cb4f16ff446a563be8062b Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Wed, 14 Jun 2023 10:23:54 -0500 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 254a506..19467d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,7 @@ build_packer: tags: [build] script: - terraform --version + - terraform apply 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