Commit 7e642544 authored by Patrizia Barria's avatar Patrizia Barria
Browse files

Update .gitlab-ci.yml file

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

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