fixed dir
This commit is contained in:
parent
5d31e276aa
commit
60640ae9a4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ backend-pylint:
|
|||
- pip install pylint pylint-gitlab --disable-pip-version-check -q
|
||||
- pylint --version
|
||||
script:
|
||||
- pylint src/* --exit-zero --output-format=pylint_gitlab.GitlabCodeClimateReporter > codeclimate.json
|
||||
- pylint src/* --exit-zero --output-format=pylint_gitlab.GitlabCodeClimateReporter > ../codeclimate.json
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Reference in a new issue