Commit 8d5623d2 authored by Daniele Tavagnacco's avatar Daniele Tavagnacco
Browse files

Update .gitlab-ci.yml file with global variable

parent 4d4810f0
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
stages:
stages:
- build  # section name of the CI pipeline
- test   # other section executed AFTER 'build'

variables:
  GLOBAL_VAR_FOR_CI: unexpected text

build_job:
  stage: build   # section where to run the job
  tags: