Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ build nsc: # Apply unit test to the component unit_test nsc: timeout: 15m timeout: 30m variables: IMAGE_NAME: 'nsc' # name of the microservice IMAGE_TAG: 'test' # tag of the container image (production, development, etc) Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ build nsc: # Apply unit test to the component unit_test nsc: timeout: 15m timeout: 30m variables: IMAGE_NAME: 'nsc' # name of the microservice IMAGE_TAG: 'test' # tag of the container image (production, development, etc) Loading