Update .gitlab-ci.yml, .mgr_config/tests/test-emacs.sh files

This commit is contained in:
2022-03-23 17:06:28 +00:00
parent 30c41fe2ee
commit 1163ea98be
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,9 @@
stages:
- test
variables:
GIT_SUBMODULE_STRATEGY: recursive
sast:
stage: test
@@ -14,6 +17,7 @@ test-emacs:
before_script:
- apt-get update
- apt-get install -y emacs-nox
- ./.emacs.d/bin/doom sync
script:
- ./.mgr_config/tests/test-emacs.sh