From de2a803c8703789cef8da54cf57cf5583780ecb9 Mon Sep 17 00:00:00 2001
From: tmueller <tmueller@cl.uni-heidelberg.de>
Date: Tue, 2 Mar 2021 17:26:17 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9dfc10f..f751406 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ image:
   entrypoint: [""]
 
 release-build:
-  stage: release
+  stage: build
   image: gitlab.cl.uni-heidelberg.de:5050/tmueller/clspigot-docker:latest
   rules:
     - if: $CI_COMMIT_TAG                  # Run this job when a tag is created manually
-- 
GitLab