diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 086f8fe..43cd718 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,9 +19,14 @@ libresilient-test: reports: junit: - junit.xml + tags: + - libresilient stages: - test sast: stage: test + tags: + - docker + - linux include: - template: Security/SAST.gitlab-ci.yml