Skip to content
Snippets Groups Projects
Commit a1bf63c5 authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Merge branch 'fix-gitlab-ci-and-caches' into 'master'

Added build dependency to coverage job

See merge request !29
parents b93c2b45 c0b03e54
No related branches found
No related tags found
1 merge request!29Added build dependency to coverage job
Pipeline #
......@@ -20,7 +20,7 @@ build_test_env:
artifacts:
paths:
- .venv/
expire_in: 1 hour
expire_in: 20 minutes
cache:
paths:
- .venv
......@@ -76,6 +76,7 @@ test_coverage:
- coverage html -d public
dependencies:
- test_pytest
- build_test_env
artifacts:
paths:
- public
......
......@@ -23,9 +23,9 @@ isort-check:
migrate:
python manage.py migrate
install:
pip install -r requirements.txt
pip install -r requirements.dev.txt
install:
pip install -Ur requirements.txt
pip install -Ur requirements.dev.txt
test:
DJANGO_SETTINGS_MODULE=grady.settings pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment