Add custom environment container

This commit is contained in:
Jack Christensen 2024-08-11 21:19:58 -04:00
parent 535acecc32
commit fc7219d6c9
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ stages:
# Define a job for the check stage # Define a job for the check stage
check_pipeline: check_pipeline:
stage: check stage: check
image: alpine:latest # Use a lightweight Docker image image: jmchr/terravisor-env:latest
script: script:
- echo "TODO - Add tests" - echo "TODO - Add tests"