From 2986c488c23330b1699c5fb11b641b9e3dac1f4a Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Mon, 22 Jun 2020 19:12:57 +0200
Subject: [PATCH] Test stage for CI.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fb9546d..d740ccd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ image: alpine:latest
 
 stages:
   - bundle
+  - test
   - deploy
 
 variables:
@@ -30,6 +31,11 @@ bundle_and_test:
   only:
     - master
 
+test_api:
+  stage: test
+  script:
+    - run.sh test
+
 pages:
   stage: deploy
   before_script:
-- 
GitLab