From fb74f90b7e447061f030f8ce8e000afc143edb3d Mon Sep 17 00:00:00 2001 From: Sydney Anne Erickson <sydney@elixxir.io> Date: Fri, 22 May 2020 20:23:18 +0000 Subject: [PATCH] Use new ElixxirLabs Docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bf1a15..88a4479 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ cache: variables: REPO_DIR: gitlab.com/elixxir REPO_NAME: server - DOCKER_IMAGE: sydney112/cuda-go:latest + DOCKER_IMAGE: elixxirlabs/cuda-go:latest # See https://docs.gitlab.com/ee/api/jobs.html#download-a-single-artifact-file-from-specific-tag-or-branch REPOS_API: https://gitlab.com/api/v4/projects/elixxir%2F SERVER_URL: "" -- GitLab