From d26532dd81a0351d847f11f43d0057505d297917 Mon Sep 17 00:00:00 2001 From: Brieg L'Hostis <brieg.lhostis@student-cs.fr> Date: Tue, 2 Oct 2018 22:46:54 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00ffc63..b5d8a35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1 +1,4 @@ -image : python:3.5 \ No newline at end of file +image : python:3.5 + +test: + - echo "hello" \ No newline at end of file -- GitLab