From c0768ef56793f9c0fcbf0032aa0c07ac7d48750e Mon Sep 17 00:00:00 2001
From: "Perez Domingo, Victor" <victor.perez@tecnalia.com>
Date: Thu, 16 Jul 2020 11:44:07 +0200
Subject: [PATCH] add CI

---
 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..c76f182
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,10 @@
+image: "python:3.7"
+
+before_script:
+  - pip install -r requirements.txt
+
+test:
+  script:
+    - pytest
+  tags:
+    - docker
-- 
GitLab