From e7eae96658271f00d834de6e62220b3e7e276b12 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 25 Feb 2018 13:12:59 -0600 Subject: [PATCH] Fix command line test in Gitlab --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb9f2052..fea549e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ Python 3.6: Python 3.6: script: - - "PY_EXE=python3.6 bash ./test-command-line-tool.sh" + - "PY_EXE=python3.6 bash ./test-command-line-tool.sh python3.6" tags: - python3.6 - linux -- GitLab