From 855d95c9c22a92a4328a252b5fd911914e6ce1a5 Mon Sep 17 00:00:00 2001 From: Sebastian Oberschwendtner <sebastian.oberschwendtner@tum.de> Date: Thu, 26 Oct 2023 08:37:04 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af2c0c7..bd4d179 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,12 +15,12 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. # === Configure pipeline === -image: alpine:latest stages: - build - deploy doxygen: + image: alpine:latest stage: build tags: - documentation @@ -39,6 +39,7 @@ doxygen: when: manual pages: + image: python:latest stage: deploy tags: - documentation -- GitLab