From 78b8e05351df05d4a6508d629713dd1d819e8094 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Wed, 1 Jan 2020 23:54:22 -0600
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 127448d..85c84b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ before_script:
 
 deploy:
   script:
-  - singularity run 'docker://gohugoio/hugo' hugo && hugo deploy aws --maxDeletes -1
+  - singularity run 'docker://monachus/hugo hugo && hugo deploy aws --maxDeletes -1
   artifacts:
     paths:
     - public
-- 
GitLab