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
|
# 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"
|
Loading…
Reference in New Issue