diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e46e9b5..cccfcc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -297,7 +297,7 @@ helm_vims: script: - run_tests -t helm_vims -p -r -cnf_conformance: +cnf_testsuite: only: - schedules tags: @@ -305,7 +305,7 @@ cnf_conformance: stage: functest-kubernetes-cnf image: opnfv/functest-kubernetes-cnf:v1.19 script: - - run_tests -t cnf_conformance -p -r + - run_tests -t cnf_testsuite -p -r zip: only: |