extend ci script

This commit is contained in:
2019-02-12 14:49:32 +01:00
parent 578f728786
commit 5b7ef96428
3 changed files with 12 additions and 2 deletions

Binary file not shown.

View File

@ -1,5 +1,14 @@
stages:
- hello
job1:
stage: hello
script:
- echo "Hallo"
- echo "Welt"
job2:
stage: hello
script:
- echo "Hello"
- echo "World"

View File

@ -1,4 +1,5 @@
job1:
script: "echo Hallo"
script: "echo Welt"
script:
- echo "Hallo"
- echo "Welt"