Skip to content

Instantly share code, notes, and snippets.

@rk295
Created October 15, 2018 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rk295/ac0a653ce0a5cf9525398fd8b582100a to your computer and use it in GitHub Desktop.
Save rk295/ac0a653ce0a5cf9525398fd8b582100a to your computer and use it in GitHub Desktop.
stages:
- test
test:
stage: test
# hashicorp/terraform does not operate how the CI server wants.
# Switched to alternate container to work better within GitLab CI.
image: marcelocorreia/terraform
script:
- ./validate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment