Loading src/webui/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line # build, tag and push the Docker image to the gitlab registry build webui: variables: IMAGE_NAME: 'webuiservice' # name of the microservice IMAGE_NAME: 'webui' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: build before_script: Loading @@ -24,7 +24,7 @@ build webui: # apply unit test to the webui component unit test webui: variables: IMAGE_NAME: 'webuiservice' # name of the microservice IMAGE_NAME: 'webui' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: unit_test needs: Loading Loading
src/webui/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line # build, tag and push the Docker image to the gitlab registry build webui: variables: IMAGE_NAME: 'webuiservice' # name of the microservice IMAGE_NAME: 'webui' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: build before_script: Loading @@ -24,7 +24,7 @@ build webui: # apply unit test to the webui component unit test webui: variables: IMAGE_NAME: 'webuiservice' # name of the microservice IMAGE_NAME: 'webui' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) stage: unit_test needs: Loading