Skip to content
Snippets Groups Projects
Commit 3e2ef1bd authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

SW-394: Playing with gitlab CI yaml file

parent f775aa3e
No related branches found
No related tags found
1 merge request!80SW-830: Resolve SW-394
......@@ -9,8 +9,7 @@ stages:
- test
build_TriggerServices:
stage:
- build
stage: build
script:
- PACKAGE=TriggerServices
- echo "[$PACKAGE] Installing dependencies..."
......@@ -27,8 +26,7 @@ build_TriggerServices:
- build/
test:
stage:
- test
stage: test
script:
- echo "Testing..."
- ctest
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment