Skip to content
Snippets Groups Projects
Commit d296d3e9 authored by Matthieu Boileau's avatar Matthieu Boileau
Browse files

Update .gitlab-ci.yml

parent f944a73b
No related merge requests found
build_hello:
stage: build
helloworld:
tags:
- shell
- shell, specific
script:
- make
test_hello:
stage: test
tags:
- shell
script:
- make test
- echo "hello, world"
- echo "bonjour, monde"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment