Commit 5207f99c authored by Carmelo Arcidiacono's avatar Carmelo Arcidiacono 💬
Browse files

Add hello-world test CI

parent 7efdd030
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+7 −0
Original line number Diff line number Diff line
stages:
  - test

hello-world:
  stage: test
  script:
    - echo "hello world"