From 7edc1d91693abc142d17c652e311edb1ca9fafdf Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 25 Jun 2020 13:27:45 +0200 Subject: Change CI setup --- .gitlab-ci.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3