diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 365e0c4b39370d201189e51bff273a8a04096c46..1d18dde9e2e33dc1aefdd8716ae364d17fdfae91 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ code-quality:
     - merge_requests
   script:
     # writes golangci-lint output to gl-code-quality-report.json
-    - golangci-lint run | tee gl-code-quality-report.json
+    - golangci-lint run --out-format code-climate | tee gl-code-quality-report.json
   artifacts:
     reports:
       codequality: gl-code-quality-report.json
diff --git a/.golangci.yml b/.golangci.yml
index c3c952b80107d03d9722444dce279c25c98221cd..69bb13aafb59c73522893be1708f222e00ae2850 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -1,10 +1,10 @@
 run:
   timeout: 5m
   issues-exit-code: 1
-  output:
-    format: code-climate
-    print-issued-lines: true
-    print-linter-name: true
+  # output:
+  #   format: code-climate
+  #   print-issued-lines: true
+  #   print-linter-name: true
   modules-download-mode: vendor
 linters-settings:
   gocyclo: