diff options
author | Benjamin Schubert <bschubert15@bloomberg.net> | 2019-12-04 15:05:15 +0000 |
---|---|---|
committer | Benjamin Schubert <bschubert15@bloomberg.net> | 2019-12-04 16:07:42 +0000 |
commit | 770bc2751baae6c885a33ef42ec52adef17f525a (patch) | |
tree | 4b1bfaa49bcb0af61d25fc28d3b2f2191a948187 /.gitlab-ci.yml | |
parent | 072e3294618eeecc3b797620447fb38a29c44452 (diff) | |
download | buildstream-770bc2751baae6c885a33ef42ec52adef17f525a.tar.gz |
.gitlab-ci.yml: List all test envs explicitely for tox
Contrary to what we thought, those don't get expanded, and we ended up
having the external tests run only for py35, which is incorrect.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e71c74073..1017df56d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ variables: INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache" PYTEST_ARGS: "--color=yes --integration -n 2" TEST_COMMAND: "tox -- ${PYTEST_ARGS}" - EXTERNAL_TESTS_COMMAND: "tox -e py{35,36,37}-external -- ${PYTEST_ARGS}" + EXTERNAL_TESTS_COMMAND: "tox -e py35-external,py36-external,py37-external -- ${PYTEST_ARGS}" COVERAGE_PREFIX: "${CI_JOB_NAME}." sast: |