From abc21b4edfe8b8d3f54396be2ce3e605fa86c20e Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 12 Aug 2024 16:11:18 -0400 Subject: [PATCH] Add correct image to .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7403f5a..bfc639d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +image: jmchr/opengl-test-env:latest + # Define the stages of your pipeline stages: - build