summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-01-14 14:43:18 -0700
committermo khan <mo.khan@gmail.com>2020-01-15 15:03:08 -0700
commit2812c94c95f735e9956dcacf2599cd080cb956b8 (patch)
tree0738f38d044d185f453dc95929f544d1b4ee23d2
parenteb3a7788d67b05faaa73bb521635251ae14e7d2a (diff)
Fix name of text fixture file
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f4f6de..0a29b68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -148,7 +148,7 @@ QA:python3-pip-v2:
QA:python3-pipenv:
extends: .QA
variables:
- QA_RESULTS: python3-pipenv-v1
+ QA_RESULTS: python-pipenv-v1
QA_PROJECT: python-pipenv
QA_REF: pip-file-lock
@@ -156,13 +156,13 @@ QA:python3-pipenv-v1-1:
extends: QA:python3-pip
variables:
LM_REPORT_VERSION: '1.1'
- QA_RESULTS: python3-pipenv-v1.1
+ QA_RESULTS: python-pipenv-v1.1
QA:python3-pipenv-v2:
extends: QA:python3-pipenv
variables:
LM_REPORT_VERSION: 2
- QA_RESULTS: python3-pipenv-v2
+ QA_RESULTS: python-pipenv-v2
QA:ruby-bundler:
extends: .QA