From 42847d4eda808957574cf45633dd586d16b3bc05 Mon Sep 17 00:00:00 2001 From: Matthieu Boileau <matthieu.boileau@math.unistra.fr> Date: Tue, 21 Nov 2017 03:08: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