diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b08a4cc2b5067bb189e07aca3639bcdf1a1b7f38..622485cf91913c29db26f90576ce2771057d442f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ lint: # Write the code coverage report to gl-code-quality-report.json # and print linting issues to stdout in the format: path/to/file:line description # remove `--issues-exit-code 0` or set to non-zero to fail the job if linting issues are detected - - golangci-lint run --issues-exit-code 0 --print-issued-lines=false --out-format code-climate:gl-code-quality-report.json,line-number + - golangci-lint run --timeout=60m --issues-exit-code 0 --print-issued-lines=false --out-format code-climate:gl-code-quality-report.json,line-number artifacts: when: always reports: