From 201ba813bdf88e045a9e5ed349508d62bbace008 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Tue, 2 Feb 2021 09:12:42 -0700
Subject: [PATCH] switch to jdk image

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9225cb46..8ee37b9e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ stages:
 # Simple gradle template
 ####
 .gradle:
-  image: ${DEVOPS_REGISTRY}usgs/java:11
+  image: ${DEVOPS_REGISTRY}usgs/java:11-jdk
 
 ####
 # Stage: test
-- 
GitLab