.gitlab-ci.yml에 변경 사항을 추가했습니다.

This commit is contained in:
jung-geun
2024-03-11 17:45:28 +09:00
parent 3e48f3deac
commit b6ba3281ba

View File

@@ -1,9 +1,8 @@
stages:
- sonarqube-check
- test
- sonarqube-check
- build-pypi
include:
- local: ".gitlab/ci/*.gitlab-ci.yml"
- template: Jobs/Dependency-Scanning.gitlab-ci.yml
- local: ".gitlab/ci/*.gitlab-ci.yml"