From ba7a2b967d6b7584614fd9869c1edbf35aaaf885 Mon Sep 17 00:00:00 2001 From: Gottfried Gaisbauer <gogo@servus.at> Date: Tue, 20 Mar 2018 17:09:30 +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 3c27a39..22e29e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,4 +13,4 @@ install_dependencies: test_guru: stage: test - script: ./guru -h + script: python3 guru -h -- GitLab