Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
indicators-parser-saas
backend
Commits
2fc0f6e5
Verified
Commit
2fc0f6e5
authored
2 years ago
by
Власов Иван Юрьевич
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
201f50b2
24a372ed
master
No related merge requests found
Pipeline
#98244
failed with stage
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-7
.gitlab-ci.yml
with
5 additions
and
7 deletions
+5
-7
.gitlab-ci.yml
+
5
−
7
View file @
2fc0f6e5
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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets