From ea365c06bf16899a904336b48e7297172d32f950 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Mon, 19 Apr 2021 10:07:50 +0100
Subject: [PATCH] Remove sample from the prior tests for nightly tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9da548155..3b9191528 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -148,7 +148,6 @@ scheduled-python-3.7:
 
     # Run tests which are only done on schedule
     - pytest test/integration/example_test.py
-    - pytest test/integration/sample_from_the_prior_test.py
 
 plotting:
   stage: test
-- 
GitLab