Commit 1237daaa authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Fixing image name.

parent f5b8f844
Loading
Loading
Loading
Loading
+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:
@@ -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: