Update file .gitlab-ci.yml

This commit is contained in:
Muhammad Alfin Afif Al Farizi Farham 2026-01-30 14:44:15 +07:00
parent 2fb1ae1d9c
commit 01c865ff61

View File

@ -9,7 +9,7 @@ variables:
build: build:
stage: build stage: build
timeout: 30m timeout: 60m
image: docker:latest image: docker:latest
services: services:
- docker:dind - docker:dind
@ -21,6 +21,7 @@ build:
deploy: deploy:
stage: deploy stage: deploy
timeout: 60m
image: docker:latest image: docker:latest
services: services:
- docker:dind - docker:dind