From 2ad443e98320541fca2d4ce887480d8b8c06eba7 Mon Sep 17 00:00:00 2001 From: Matthieu Boileau <matthieu.boileau@math.unistra.fr> Date: Mon, 4 Dec 2017 13:58:00 +0100 Subject: [PATCH] Add a test stage to .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98d11ec..3472f79 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 -- GitLab