aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d/base.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.d/base.yml')
-rw-r--r--.gitlab-ci.d/base.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.d/base.yml b/.gitlab-ci.d/base.yml
index 69b36c1..50fb59e 100644
--- a/.gitlab-ci.d/base.yml
+++ b/.gitlab-ci.d/base.yml
@@ -6,6 +6,11 @@
# most restrictive to least restrictive
#
.base_job_template:
+ variables:
+ # Each script line from will be in a collapsible section in the job output
+ # and show the duration of each line.
+ FF_SCRIPT_SECTIONS: 1
+
rules:
#############################################################
# Stage 1: exclude scenarios where we definitely don't