From 8c867e41f129df85804c0bec3b1d2ef99a850c69 Mon Sep 17 00:00:00 2001
From: Gervaise Henry <GHENRY@swmed.org>
Date: Fri, 21 Feb 2020 12:58:38 -0600
Subject: [PATCH] Add ignoring of dev and live site urls in test ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b512128..30ea708 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,7 @@ build.live:
 test:
   stage: test_stage
   script:
-    - singularity run 'docker://18fgsa/html-proofer:gitlab-ci' htmlproofer ./public --empty_alt_ignore --url-ignore "https://twitter.com/strand_lab"  
+    - singularity run 'docker://18fgsa/html-proofer:gitlab-ci' htmlproofer ./public --empty_alt_ignore --url-ignore "https://twitter.com/strand_lab,http://strandlab.dev.s3-website.us-east-2.amazonaws.com/,http://strandlab.net"
 
 deploy.dev:
   stage: deploy_stage
-- 
GitLab