diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fc114c3a8e64334cc0d2b37d33c36f2b0229386..90e21c96c0517a286ec5e27b18246ad637367cfd 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