Browse Source

Add .gitlab-ci.yml

main
Hendrik Langer 7 years ago
parent
commit
39825d2cd7
  1. 8
      .gitlab-ci.yml

8
.gitlab-ci.yml

@ -0,0 +1,8 @@
stages:
- test
run-test:
stage: test
script:
- touch foo
- test foo
Loading…
Cancel
Save