Skip to content
Snippets Groups Projects
Commit 04c777f4 authored by LABOUREL Arnaud's avatar LABOUREL Arnaud
Browse files

test

parent 606b98b7
Branches
No related tags found
No related merge requests found
include:
- local: 'TP2/.gitlab-ci.yml'
## my_folder/build.yml
# the `.` (dot) before build means that we don't want it run alone, we must
# extends to run this part
.build:
build:
- build_tp_2
.build_tp:
variables:
SOFTWARE_ROOT: ""
script:
......@@ -13,7 +15,7 @@ include:
- build ${SOFTWARE_ROOT}
build_tp_2:
extends: .build
extends: .build_tp
variables:
SOFTWARE_ROOT: "TP2/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment