From 2cbf3b5daad448906df45b33cabb2938cb245a28 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Thu, 25 Jun 2020 13:02:47 +0200
Subject: [PATCH] Comment out test stage.

---
 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4221e46..6496dff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,11 +33,11 @@ bundle_and_test:
   only:
     - master
 
-test_api:
-  stage: test
-  script:
-    - pip3 install tox
-    - tox
+# test_api:
+#   stage: test
+#   script:
+#     - pip3 install tox
+#     - tox
 
 pages:
   stage: deploy
-- 
GitLab