Skip to content
Snippets Groups Projects
Commit d75340f5 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Merge branch 'refactor' of gitlab.gwdg.de:j.michal/grady into refactor

parents 8991d3cc eead0ee6
No related branches found
No related tags found
1 merge request!15Refactor
Pipeline #
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
stages:
- build
- test
......@@ -25,13 +24,15 @@ test_coverage:
services:
- postgres:9.5
script:
- coverage run backend/manage.py test --noinput
- cd backend/
- coverage run manage.py test --noinput
- coverage report --skip-covered
test_pylint:
<<: *test_definition
script:
- pylint backend/core || exit 0
- cd backend/
- pylint core || exit 0
.staging_template: &staging_definition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment