changed path of gitlab-ci yml

This commit is contained in:
Firq 2023-10-01 22:30:11 +02:00
parent 4b2bfffed1
commit e215aa81e0
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -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