From 10a64165b3c908060cea076d8e0ca046fee6897f Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sat, 1 Feb 2020 13:38:38 +0100
Subject: [PATCH] CI: Switched back to latest Docker image for buildchain.

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6f4c6b3..5f9fff0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: goblinogm/goblin-buildchain:latest-py3.8
+image: goblinogm/goblin-buildchain:latest
 
 cache:
   paths:
@@ -8,7 +8,7 @@ test:
   services:
     - name: goblinogm/gremlin-server-python:latest
       alias: gremlin-server
-  image: goblinogm/goblin-buildchain:latest-py3.8
+  image: goblinogm/goblin-buildchain:latest
   script:
   - pip install -U codecov codacy-coverage
   - pip install -U -r requirements.txt
-- 
GitLab