Commit 9d6942de authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Fixed CI/CD pipeline for E2E Orch and VNT Manager

parent a58db44f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,9 +13,9 @@
# limitations under the License.

# build, tag and push the Docker image to the gitlab registry
build e2eorchestrator:
build e2e_orchestrator:
  variables:
    IMAGE_NAME: 'e2eorchestrator' # name of the microservice
    IMAGE_NAME: 'e2e_orchestrator' # name of the microservice
    IMAGE_TAG: 'latest' # tag of the container image (production, development, etc)
  stage: build
  before_script:
+2 −2
Original line number Diff line number Diff line
@@ -13,9 +13,9 @@
# limitations under the License.

# build, tag and push the Docker image to the gitlab registry
build vntmanager:
build vnt_manager:
  variables:
    IMAGE_NAME: 'vntmanager' # name of the microservice
    IMAGE_NAME: 'vnt_manager' # name of the microservice
    IMAGE_TAG: 'latest' # tag of the container image (production, development, etc)
  stage: build
  before_script: