From ec3460ca84fc91ae079c5ac5a3a58869b69c57e1 Mon Sep 17 00:00:00 2001
From: Christopher Wipf <christopher.wipf@ligo.org>
Date: Tue, 19 Dec 2017 20:51:00 -0600
Subject: [PATCH] .gitlab-ci.yml: invoke gwinc.test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 36138729..ca7719e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ test:
   - apt-get update -qq
   - apt-get install -y -qq python-yaml python-scipy python-matplotlib python-ipython
   - export MPLBACKEND=agg
+  - python -m gwinc.test
   - python -m gwinc gwinc/ifo/aLIGO.yaml -s aLIGO.png
   - python -m gwinc gwinc/ifo/Voyager.yaml -s Voyager.png
   after_script:
-- 
GitLab