Verified Commit 2fc0f6e5 authored by Власов Иван Юрьевич's avatar Власов Иван Юрьевич :rabbit2:
Browse files

Merge remote-tracking branch 'origin/master'

No related merge requests found
Pipeline #98244 failed with stage
in 1 minute and 13 seconds
Showing with 5 additions and 7 deletions
+5 -7
image: python:latest image: python:latest
# Change pip's cache directory to be inside the project directory since we can
# only cache local items.
variables: variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
# Pip's cache doesn't store the python packages
# https://pip.pypa.io/en/stable/topics/caching/
#
# If you want to also cache the installed packages, you have to install
# them in a virtualenv and cache it as well.
cache: cache:
paths: paths:
- .cache/pip - .cache/pip
...@@ -29,3 +22,8 @@ test: ...@@ -29,3 +22,8 @@ test:
script: script:
- pytest --cov - pytest --cov
count_lines:
tags:
- docker
script:
- git ls-files | wc -l
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment