From a966e9e1d69103bbb3c5e591086d2dc3d0d8ce24 Mon Sep 17 00:00:00 2001 From: schroeder5 <s.schroeder@fz-juelich.de> Date: Tue, 26 May 2020 11:47:26 +0200 Subject: [PATCH] upload correct version of .gitlab-ci.yml --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eafe666..921d438 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,9 +18,7 @@ docs: script: - zypper --non-interactive install python3-pip - pip install --upgrade pip - - ls -l requirements.txt - #next command not working, although everything is there - #- pip install --no-cache-dir -r requirements.txt + - pip install --no-cache-dir -r requirements.txt - pip install sphinx - pip install sphinxcontrib.napoleon - pip install sphinxcontrib.restbuilder -- GitLab