From 26f2cb90b2531ab0a2c4823d1a823a0083c2b301 Mon Sep 17 00:00:00 2001 From: Matthieu Boileau <matthieu.boileau@math.unistra.fr> Date: Tue, 21 Nov 2017 04:04:14 +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