From fc7219d6c995f9a06d4e379189b814f719ff82fd Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sun, 11 Aug 2024 21:19:58 -0400 Subject: [PATCH] Add custom environment container --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64d714e..ff67563 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" \ No newline at end of file