From ae7595fa9007b9b14b7552000f17053acdb748b7 Mon Sep 17 00:00:00 2001 From: Niclas Esser <nesser@mpifr-bonn.mpg.de> Date: Sun, 28 Jan 2024 11:44:38 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1fe9f1..c9104c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,8 @@ +stages: + - build + - test + - stats + build: stage: build image: python:3.9.18-bookworm -- GitLab