diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-25 13:27:45 +0200 |
|---|---|---|
| committer | Georgios Andreadis <info@gandreadis.com> | 2020-06-25 13:27:45 +0200 |
| commit | 7edc1d91693abc142d17c652e311edb1ca9fafdf (patch) | |
| tree | 80f46f2efac4b302dec933984de151216f2a392c /.gitlab-ci.yml | |
| parent | 4efa2d63893bb5256474bfb739349e82531fe2f2 (diff) | |
Change CI setup
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d7e12b8..53df33f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ image: python:latest -variables: - PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" - -cache: - paths: - - .cache/pip +#variables: +# PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" +# +#cache: +# paths: +# - .cache/pip stages: - build @@ -17,8 +17,6 @@ build: script: - python --version - python setup.py install - - pip show -f pylint - - export PATH=$HOME/.local/bin:$PATH static-analysis: stage: static-analysis @@ -29,4 +27,4 @@ static-analysis: test: stage: test script: - - pytest + - pytest opendc |
