From 1cc31c356eef4a31419005938502a005fa94ffa2 Mon Sep 17 00:00:00 2001
From: Jono Wenger <jono@elixxir.io>
Date: Tue, 20 Sep 2022 14:29:17 -0700
Subject: [PATCH] Fix gitlab-ci again

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 227a5533..762cba68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,7 @@ stages:
   - wasm-test
   - go-test
   - build
+  - trigger-doc-update
 
 build:
   stage: build
@@ -34,7 +35,6 @@ go-test:
 # mod proxy does cache pulls for about 30 minutes, so if quickly successive commits are done in
 # master/release, this will fail to pull the latest client, and the docs will not update.
 trigger-doc-update:
-  stage: trigger_integration
   image: $DOCKER_IMAGE
   script:
     # We use GOPRIVATE blank because not want to directly pull client, we want to use the public cache.
-- 
GitLab