Add custom environment container
This commit is contained in:
parent
535acecc32
commit
fc7219d6c9
|
@ -5,6 +5,6 @@ stages:
|
|||
# Define a job for the check stage
|
||||
check_pipeline:
|
||||
stage: check
|
||||
image: alpine:latest # Use a lightweight Docker image
|
||||
image: jmchr/terravisor-env:latest
|
||||
script:
|
||||
- echo "TODO - Add tests"
|
Loading…
Reference in New Issue