summaryrefslogtreecommitdiff
path: root/devel-docs/gitlab-ci.md
diff options
context:
space:
mode:
Diffstat (limited to 'devel-docs/gitlab-ci.md')
-rw-r--r--devel-docs/gitlab-ci.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel-docs/gitlab-ci.md b/devel-docs/gitlab-ci.md
index b5706711..d4077d46 100644
--- a/devel-docs/gitlab-ci.md
+++ b/devel-docs/gitlab-ci.md
@@ -117,7 +117,9 @@ time. In our configuration, the `.only-default` template has the
`.build-setup` template is for the analysis jobs, and it lets them
declare `EXTRA_DEPS` as an environment variable with the names of
extra dependencies: for example, the coverage job puts `lcov` in
-`EXTRA_DEPS`.
+`EXTRA_DEPS`. The commands in `before_script` blocks use these
+environment variables to install the package dependencies, for example
+`zypper install -y ${PROJECT_DEPS}` for an openSUSE job.
The `build` stage has these jobs: