From 4c80a503b0a5a08a71ba0ac3cece7eb6d8dc8112 Mon Sep 17 00:00:00 2001
From: Emanuele Aina <emanuele.aina@collabora.com>
Date: Tue, 12 Mar 2019 23:27:10 +0100
Subject: [PATCH] gitlab-ci: Run unit tests

We have them, let's use them as much as possible.

Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f6bd45..38af932 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,10 @@
 image: docker-registry.apertis.org/apertis/apertis-19.03-testcases-builder
 
+test-renderer:
+  stage: test
+  script:
+    - python3 -m unittest discover -v
+
 test:
   stage: test
   script:
-- 
GitLab