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

Add a test stage to .gitlab-ci.yml

parent c72d6e88
No related merge requests found
Pipeline #8483 passed with stages
in 7 seconds
......@@ -4,3 +4,10 @@ build_hello:
- shell
script:
- make
test_hello:
stage: test
tags:
- shell
script:
- make test
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