From bf79c4d965c7ac4374422609768371dc679515a5 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste <bleme@pm.me> Date: Tue, 19 Feb 2019 10:38:15 +0100 Subject: [PATCH] update: add command line to run test on CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 137fb381..a9decba8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: test: stage: test script: - - echo 'Make your tests here !' + - python -m unittest tests/runner.py except: - master tags: -- GitLab