ci: test L2TPNS version (Ref #11)

This commit is contained in:
Sebastien Badia 2022-08-24 13:12:14 +02:00
parent ab58da4056
commit 48e7ef75b7
No known key found for this signature in database
GPG key ID: 8716CE4614A452D8
2 changed files with 35 additions and 3 deletions

View file

@ -1,3 +1,4 @@
---
# You can override the included template(s) by including variable overrides
# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings
@ -5,10 +6,22 @@
# Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
stages:
- test
- test
- build
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
cibuild:
stage: build
image: debian:stable
only:
refs:
- master
script:
bash scripts/ci-test.sh