From 6255c14c940eb7ad35117db02a688bf9df3d4e08 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Tue, 12 Jun 2018 16:55:47 +1000
Subject: [PATCH] Rename the "tests.py" to other_tests.py

---
 .gitlab-ci.yml                    | 2 +-
 test/{tests.py => other_tests.py} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename test/{tests.py => other_tests.py} (100%)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba8639632..63458cbf5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ exitcode-jessie:
     # Run all other tests (no coverage data collected)
     - python test/example_tests.py
     - python test/noise_realisation_tests.py
-    - python test/tests.py
+    - python test/other_tests.py
 
     # Make the documentation
     - pip install -r docs/requirements.txt
diff --git a/test/tests.py b/test/other_tests.py
similarity index 100%
rename from test/tests.py
rename to test/other_tests.py
-- 
GitLab