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

Added build dependency to coverage job

parent b93c2b45
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: ...@@ -20,7 +20,7 @@ build_test_env:
artifacts: artifacts:
paths: paths:
- .venv/ - .venv/
expire_in: 1 hour expire_in: 20 minutes
cache: cache:
paths: paths:
- .venv - .venv
...@@ -76,6 +76,7 @@ test_coverage: ...@@ -76,6 +76,7 @@ test_coverage:
- coverage html -d public - coverage html -d public
dependencies: dependencies:
- test_pytest - test_pytest
- build_test_env
artifacts: artifacts:
paths: paths:
- public - public
......
...@@ -23,9 +23,9 @@ isort-check: ...@@ -23,9 +23,9 @@ isort-check:
migrate: migrate:
python manage.py migrate python manage.py migrate
install: install:
pip install -r requirements.txt pip install -Ur requirements.txt
pip install -r requirements.dev.txt pip install -Ur requirements.dev.txt
test: test:
DJANGO_SETTINGS_MODULE=grady.settings pytest 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