From eae2756fc51bb360494f15834c8d6fdf69e0f704 Mon Sep 17 00:00:00 2001 From: Gottfried Gaisbauer <gogo@servus.at> Date: Tue, 20 Mar 2018 17:13:30 +0100 Subject: [PATCH] step by step by step... --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19420da..9a84d80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ install_dependencies: - pwd - ls - cat requirements.txt - - pip3 install requirements.txt + - pip3 install -r requirements.txt test_guru: stage: test -- GitLab