From 57c47e1f15bb4df175b0a06ee68a3de392fa1c7c Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Mon, 22 Jun 2020 19:21:09 +0200
Subject: [PATCH] Try direct tox call.

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ead6008..710c4bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,8 @@ bundle_and_test:
 test_api:
   stage: test
   script:
-    - ./run.sh test
+    - pip3 install tox
+    - tox
 
 pages:
   stage: deploy
-- 
GitLab