add ci script

This commit is contained in:
Wolfgang Hottgenroth 2019-02-15 20:04:31 +01:00
parent 298e02349a
commit 0b7b8392ed
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

28
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,28 @@
stages:
- hello
job1:
stage: hello
tags:
- hottis
- linux
- debian
- docker
script:
- echo "Hallo"
- echo "Welt"
- whoami
job2:
stage: hello
tags:
- hottis
- linux
- debian
- docker
script:
- echo "Hello"
- echo "World"
- whoami