Commit 8d878225 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Bug resolution of functional testing

parent 6f50d733
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,11 +41,11 @@ unit_test funct_test:
      - .gitlab-ci.yml

# Run functional tests in Kubernetes Cluster
functional execute:
funct_test execute:
  variables:
    IMAGE_NAME: 'tester_functional' # name of the microservice
    IMAGE_TAG: 'latest' # tag of the container image (production, development, etc)
  stage: functional
  stage: funct_test
  needs:
    - build funct_test
    - unit_test funct_test