Update .gitlab-ci.yml file

This commit is contained in:
kris
2025-11-10 06:59:47 +00:00
parent 10ed17b0ed
commit caf406a383
+1
View File
@@ -6,6 +6,7 @@ build_static:
stage: build
image: node:18-alpine
script:
- env | grep NEXT_PUBLIC_
- npm ci
- npx next build
artifacts: