diff options
author | Thomas <> | 2022-06-09 16:42:23 +0200 |
---|---|---|
committer | Thomas <> | 2022-06-09 16:42:23 +0200 |
commit | a8f469996d3e0862900588295d991abb61831d47 (patch) | |
tree | bfb5f003dafe6cc9023318aea20a2c00fd714e12 | |
parent | dc35e606a06889f6689b2a599563b985c4e6ff41 (diff) | |
download | moa-sig-a8f469996d3e0862900588295d991abb61831d47.tar.gz moa-sig-a8f469996d3e0862900588295d991abb61831d47.tar.bz2 moa-sig-a8f469996d3e0862900588295d991abb61831d47.zip |
build(ci): define Java 11 for code-quality checks
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 750c1e0..8f8638e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,16 @@ include: - template: Security/SAST.gitlab-ci.yml - template: Secret-Detection.gitlab-ci.yml +## skip jUnit tests in Test jobs to speed-up build time +dependency_scanning: + variables: + DS_JAVA_VERSION: 11 + +spotbugs-sast: + variables: + SAST_JAVA_VERSION: 11 + + default: tags: - docker |