Skip to content
Snippets Groups Projects
Commit 3a44f75a authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

Update .gitlab-ci.yml file

parent a2704002
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ build_packer: ...@@ -20,7 +20,7 @@ build_packer:
script: script:
- terraform --version - terraform --version
- terraform init - terraform init
- terraform apply --auto-approve - terraform apply -auto-approve
unit-test-job: # This job runs in the test stage. unit-test-job: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully. stage: test # It only starts when the job in the build stage completes successfully.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment