From 6344a4354243bf091218ecf270e898563e79eb0d Mon Sep 17 00:00:00 2001 From: vertighel Date: Wed, 18 Jun 2025 18:56:53 +0200 Subject: [PATCH] Test doc --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fc114c..90e21c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -130,7 +130,8 @@ run_pylint: # and knows that its purpose is to deploy a website to GitLab Pages. pages: stage: deploy_docs - + tags: + - git-run-ia2 # Commands to run before the main script. Perfect for installing dependencies. before_script: - pip install -r docs/requirements.txt -- GitLab