Browse Source

Update .gitlab-ci.yml

main
Hendrik Langer 7 years ago
parent
commit
2481fe33bc
  1. 8
      .gitlab-ci.yml

8
.gitlab-ci.yml

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