gitlab: Set COLUMNS and width variable to make terminal_markdown_view happy
authorThibault Saunier <tsaunier@igalia.com>
Fri, 9 Aug 2019 15:36:00 +0000 (11:36 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 9 Aug 2019 15:36:00 +0000 (11:36 -0400)
gitlab/ci_template.yml

index 01fc6d0..7768a7d 100644 (file)
@@ -154,6 +154,8 @@ build static nodebug fedora x86_64:
     GST_DEBUG_NO_COLOR: "true"
     CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/validate-logs/"
     GST_VALIDATE_LAUNCHER_FORCE_COLORS: "true"
+    width: 100
+    COLUMNS: 100
   script:
     - cd gst-build/
     - echo "-> Running ${TEST_SUITE}"