From 6beb11457c45aa177c824d48d4e5c6bc96d56a63 Mon Sep 17 00:00:00 2001
From: jack-parsons <jack.parsons.uk@icloud.com>
Date: Wed, 24 Jul 2019 12:21:14 +0100
Subject: [PATCH] Testing doctests (should pass)

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24d930c..b2c84dc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
 unittests:
     script: python -m unittest discover tests -v
-doctests:
-    script: python tests/doctests.py
+core doctests:
+    script: python -m doctest -v AmpScan/core.py
-- 
GitLab