From 87951f59042e319b26ac71b7cce5946740f33bfc Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Tue, 30 Jul 2024 11:36:34 -0600
Subject: [PATCH] install git

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ecc444dae..eec4be44e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -160,6 +160,7 @@ Build Project:
   needs:
     - Init
   script:
+    - apt-get install -y git
     - npm run build:prod
   stage: build
 
-- 
GitLab