From 49a3eb4f26b9d5d0e463b3789e20a48fe185a243 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 1 Feb 2020 13:39:22 +0100 Subject: [PATCH] CI: Switched 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 f5c1c9b..8701263 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: @@ -9,7 +9,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