diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7aa023eead2a3518860c2af9e7f81421764a4b8..389c231b2e7db7691e6eb38ed55dbfbd51f957d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,10 +11,10 @@ variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" before_script: -- python --version # For debugging +#- python --version # For debugging +- export PIP_ROOT_USER_ACTION=ignore # surpress the warning - pip install --upgrade pip -- pip install --user -r requirements.txt # install dependencies from file - +- pip install --user --no-warn-script-location -r requirements.txt # install dependencies from file PEP8: stage: linting script: @@ -60,7 +60,6 @@ pages: - public rules: - if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH" - - when: manual sast: before_script: