Loading .gitlab-ci.yml +3 −5 Original line number Diff line number Diff line Loading @@ -56,13 +56,11 @@ list_dependencies: - public linting: image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest tags: - docker-executor stage: linting script: - cd docker - make lint - pip3 install pylint2junit - pylint --output-format=parseable cspse | tee ./build/code_analysis.stdout - pylint --output-format=pylint2junit.JunitReporter cspse > ./build/reports/linting.xml; when: always artifacts: paths: Loading Loading
.gitlab-ci.yml +3 −5 Original line number Diff line number Diff line Loading @@ -56,13 +56,11 @@ list_dependencies: - public linting: image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest tags: - docker-executor stage: linting script: - cd docker - make lint - pip3 install pylint2junit - pylint --output-format=parseable cspse | tee ./build/code_analysis.stdout - pylint --output-format=pylint2junit.JunitReporter cspse > ./build/reports/linting.xml; when: always artifacts: paths: Loading