fix ci script

This commit is contained in:
2019-02-12 14:45:29 +01:00
parent 55797c8baf
commit 578f728786
3 changed files with 7 additions and 2 deletions

BIN
..gitlab-ci.yml.un~ Normal file

Binary file not shown.

View File

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

4
.gitlab-ci.yml~ Normal file
View File

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