From 91fe2dc11a045e8a19156fabb569f072e66e682f Mon Sep 17 00:00:00 2001
From: Matthias Stefan Bodenbenner <m.bodenbenner@wzl.rwth-aachen.de>
Date: Tue, 5 Apr 2022 16:24:37 +0200
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 6a068a2..a0c7456 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ Push Wheel to Package Registry:
     - pip install twine
     - python -m twine upload -u gitlab-ci-token -p $CI_JOB_TOKEN --verbose --repository-url https://git-ce.rwth-aachen.de/api/v4/projects/${CI_PROJECT_ID}/packages/pypi dist/*
 
-Build Documentation:
+pages:
   image: python:3.9
   stage: deploy
   tags:
-- 
GitLab