terravisor/.gitlab-ci.yml

10 lines
198 B
YAML

# Define the stages of your pipeline
stages:
- check
# Define a job for the check stage
check_pipeline:
stage: check
image: jmchr/terravisor-env:latest
script:
- echo "TODO - Add tests"