From 689eca7e321f39a5c8e844f0c9498ca72a318f81 Mon Sep 17 00:00:00 2001 From: Gottfried Gaisbauer <gogo@servus.at> Date: Tue, 20 Mar 2018 17:10:37 +0100 Subject: [PATCH] first running ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22e29e6..505ad39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,4 +13,4 @@ install_dependencies: test_guru: stage: test - script: python3 guru -h + script: python3 guru.py -h -- GitLab