issue # gitlab-ci 테스트

This commit is contained in:
geonhee-min
2025-11-24 10:47:40 +09:00
parent 5e65a70ce2
commit 7ea116dc8e

View File

@@ -22,7 +22,6 @@
cache: cache:
key: "${CI_COMMIT_REF_SLUG}" key: "${CI_COMMIT_REF_SLUG}"
paths: paths:
- node_modules/
- .yarn/cache/ - .yarn/cache/
build: # This job runs in the build stage, which runs first. build: # This job runs in the build stage, which runs first.