changed path of gitlab-ci yml
This commit is contained in:
parent
4b2bfffed1
commit
e215aa81e0
1 changed files with 3 additions and 2 deletions
|
@ -22,9 +22,10 @@ backend-pylint:
|
|||
- *install_requirements
|
||||
- pip install pylint pylint-gitlab --disable-pip-version-check -q
|
||||
- pylint --version
|
||||
- cd ..
|
||||
script:
|
||||
- pylint src/* --exit-zero --output-format=pylint_gitlab.GitlabCodeClimateReporter > ../codeclimate.json
|
||||
- pylint src/* --exit-zero --output-format=pylint_gitlab.GitlabPagesHtmlReporter > ../public/index.html
|
||||
- pylint backend/src/* --exit-zero --output-format=pylint_gitlab.GitlabCodeClimateReporter > codeclimate.json
|
||||
- pylint backend/src/* --exit-zero --output-format=pylint_gitlab.GitlabPagesHtmlReporter > public/index.html
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Reference in a new issue