--- flake8: interruptible: true before_script: - pip install tox flake8-gl-codeclimate stage: lint script: - tox -e flake8 -- --exit-zero --format gl-codeclimate --output-file gl-code-quality-report.json - tox -e flake8 artifacts: when: always reports: codequality: gl-code-quality-report.json