From 11e85ab5db1169c2fd9bc24c21c78951dba75cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Perronnet?= Date: Tue, 18 Jun 2024 14:37:08 +0200 Subject: [PATCH] test --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07e75b8..c0378e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,8 @@ stages: [build, test, release] sast: stage: test + tags: + - docker rules: - if: $CI_COMMIT_TAG when: never -- GitLab