diff --git a/htcondor/acceptance-tests.dag b/htcondor/acceptance-tests.dag
index eb5d785e37af2f3f0eb0c5078106be25759aa1df..c45188e379a632623ef8670df6f483090b6fff06 100644
--- a/htcondor/acceptance-tests.dag
+++ b/htcondor/acceptance-tests.dag
@@ -1,5 +1,3 @@
-JOB trigger-gitlab-pages htcondor/trigger-gitlab-pages.sub
-
 JOB localize-first2years-2015 htcondor/localize-first2years.sub
 VARS localize-first2years-2015 OBSERVING_RUN="2015" F_LOW="40"
 
@@ -9,12 +7,10 @@ VARS localize-first2years-2016 OBSERVING_RUN="2016" F_LOW="25"
 JOB compare-first2years-2015 htcondor/compare-first2years.sub
 VARS compare-first2years-2015 OBSERVING_RUN="2015"
 PARENT localize-first2years-2015 CHILD compare-first2years-2015
-PARENT compare-first2years-2015 CHILD trigger-gitlab-pages
 
 JOB compare-first2years-2016 htcondor/compare-first2years.sub
 VARS compare-first2years-2016 OBSERVING_RUN="2016"
 PARENT localize-first2years-2016 CHILD compare-first2years-2016
-PARENT compare-first2years-2016 CHILD trigger-gitlab-pages
 
 #JOB kde-first2years-2015 htcondor/kde-first2years.sub
 #VARS kde-first2years-2015 OBSERVING_RUN="2015" F_LOW="40"
@@ -25,12 +21,9 @@ PARENT compare-first2years-2016 CHILD trigger-gitlab-pages
 #JOB compare-kde-first2years-2015 htcondor/compare-kde-first2years.sub
 #VARS compare-kde-first2years-2015 OBSERVING_RUN="2015"
 #PARENT kde-first2years-2015 CHILD compare-kde-first2years-2015
-#PARENT compare-kde-first2years-2015 CHILD trigger-gitlab-pages
 #
 #JOB compare-kde-first2years-2016 htcondor/compare-kde-first2years.sub
 #VARS compare-kde-first2years-2016 OBSERVING_RUN="2016"
 #PARENT kde-first2years-2016 CHILD compare-kde-first2years-2016
-#PARENT compare-first2years-2016 CHILD trigger-gitlab-pages
 #
 #JOB historical htcondor/historical.sub
-#PARENT historical CHILD trigger-gitlab-pages
diff --git a/htcondor/trigger-gitlab-pages.sh b/htcondor/trigger-gitlab-pages.sh
deleted file mode 100755
index 69cc8b56d7ae9bc0f727386c2906b8c5d0bc2aeb..0000000000000000000000000000000000000000
--- a/htcondor/trigger-gitlab-pages.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh -e
-if [ -n "$GITLAB_PAGES_TRIGGER_URL" ]
-then
-    curl --request POST "$GITLAB_PAGES_TRIGGER_URL"
-fi
diff --git a/htcondor/trigger-gitlab-pages.sub b/htcondor/trigger-gitlab-pages.sub
deleted file mode 100644
index 435e2a17a46ead0ed2096b6f6503c0043446b05d..0000000000000000000000000000000000000000
--- a/htcondor/trigger-gitlab-pages.sub
+++ /dev/null
@@ -1,6 +0,0 @@
-accounting_group = ligo.dev.o3.cbc.pe.bayestar
-universe = local
-getenv = true
-executable = htcondor/trigger-gitlab-pages.sh
-error = trigger-gitlab-pages.err
-queue