From 9f78d7c8211618d26016119f08df2016b6c96994 Mon Sep 17 00:00:00 2001 From: GRAUX Pierre <pierre.graux@univ-lille.fr> Date: Mon, 27 Sep 2021 14:37:17 +0200 Subject: [PATCH] fail exit 1 --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..6200229 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +image: ubuntu:18.04 + +stages: + - test + +simple-test: + stage: test + script: + - exit 1 -- GitLab