Update .gitlab-ci.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user