From a1da3d1985b1746dd6c9b2b9ade902948a4cb52e Mon Sep 17 00:00:00 2001 From: Max Regan Date: Wed, 23 Mar 2022 21:09:40 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c290dbd..0e2fe9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,18 +11,17 @@ variables: EMACSDIR: ./.emacs.d DOOMLOCALDIR: ./.emacs.d/local -sast: - stage: test - test-emacs: stage: test image: ubuntu:22.04 before_script: - apt-get update - apt-get install -y emacs-nox git - - yes | ./.emacs.d/bin/doom install + - yes | ./.emacs.d/bin/doom install || true script: - ./.mgr_config/tests/test-emacs.sh +sast: + stage: test include: - template: Security/SAST.gitlab-ci.yml