Loading src/tester_functional/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/tester_functional/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading