From b059849d84bfa79823d9e3974f79ac3f2dcd8383 Mon Sep 17 00:00:00 2001
From: Thomas Wood <thomas.wood09@imperial.ac.uk>
Date: Tue, 8 Nov 2016 10:27:27 +0100
Subject: [PATCH] Allow INRIA Rennes IP block access to testing website

---
 ci/.htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/.htaccess b/ci/.htaccess
index be6aa93..9e0871d 100644
--- a/ci/.htaccess
+++ b/ci/.htaccess
@@ -9,6 +9,7 @@ RewriteEngine On
   <RequireAny>
     Require group rr
     Require user mz3815 im315
+    Require ip 131.254
   </RequireAny>
 
   # Proxy through to the internal server
-- 
GitLab