From 02c029fa09e5e90ef589f23da8338283438bd598 Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Tue, 17 Aug 2021 12:46:18 -0600
Subject: [PATCH] Update check code image

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6165d2da..ae1ce65c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -173,7 +173,7 @@ variables:
 Check Python 3.8:
   extends:
     - .check_code
-  image: ${DEVOPS_REGISTRY}usgs/obspy:3.8
+  image: ${DEVOPS_REGISTRY}usgs/python:3.8-build
 
 ## --------------------------------------------------
 # Integration Stage
-- 
GitLab