Update .gitlab-ci.yml

This commit is contained in:
2022-03-23 21:09:40 +00:00
parent 95d92726c7
commit a1da3d1985

View File

@@ -11,18 +11,17 @@ variables:
EMACSDIR: ./.emacs.d EMACSDIR: ./.emacs.d
DOOMLOCALDIR: ./.emacs.d/local DOOMLOCALDIR: ./.emacs.d/local
sast:
stage: test
test-emacs: test-emacs:
stage: test stage: test
image: ubuntu:22.04 image: ubuntu:22.04
before_script: before_script:
- apt-get update - apt-get update
- apt-get install -y emacs-nox git - apt-get install -y emacs-nox git
- yes | ./.emacs.d/bin/doom install - yes | ./.emacs.d/bin/doom install || true
script: script:
- ./.mgr_config/tests/test-emacs.sh - ./.mgr_config/tests/test-emacs.sh
sast:
stage: test
include: include:
- template: Security/SAST.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml