diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46e9054a36fedc8a0a3481029b6c3a4a56a24625..f18b1ff3465540937311db8c2cab5678f95c758b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,9 @@ setup: - docs/tech - files-from-repos - files-from-repos/deployment-files.zip + tags: + - inject + build: stage: build @@ -34,6 +37,9 @@ build: - public dependencies: - setup + tags: + - inject + pages: stage: deploy @@ -44,3 +50,5 @@ pages: - public only: - main + tags: + - inject