diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98d11ecdb9be35555cb2383860252207629d0380..3472f798417849a3e8c9c1dae7bf21c1b5b82768 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,3 +4,10 @@ build_hello: - shell script: - make + +test_hello: + stage: test + tags: + - shell + script: + - make test