Skip to content
Snippets Groups Projects
Commit b5e9b611 authored by Rasmus Munk Larsen's avatar Rasmus Munk Larsen
Browse files

Update .gitlab-ci.yml

parent e32f42ae
No related branches found
No related tags found
No related merge requests found
......@@ -14,17 +14,17 @@
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
stages:
- buildsmoketests
- smoketests
- build
- test
- buildsmoketests
- smoketests
- build
- test
variables:
BUILDDIR: builddir
EIGEN_CI_CMAKE_GENEATOR: Ninja
include:
- "/ci/smoketests.gitlab-ci.yml"
- "/ci/build.gitlab-ci.yml"
- "/ci/test.gitlab-ci.yml"
- template: Security/SAST.gitlab-ci.yml
- "/ci/smoketests.gitlab-ci.yml"
- "/ci/build.gitlab-ci.yml"
- "/ci/test.gitlab-ci.yml"
- template: Security/SAST.gitlab-ci.yml
sast:
stage: test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment