diff options
author | 2020-01-02 21:55:22 +0100 | |
---|---|---|
committer | 2020-01-02 21:55:22 +0100 | |
commit | 198bdaadd03f75fe959c21089c354d36c90069bc (patch) | |
tree | 4699418c3f574fc6e1594e2595f6dededaadd5a7 /.gitlab-ci.yml | |
parent | 05a802f671875d12bfc6282aeaf2b765e4a18962 (diff) | |
download | buildroot-198bdaadd03f75fe959c21089c354d36c90069bc.tar.gz buildroot-198bdaadd03f75fe959c21089c354d36c90069bc.tar.bz2 |
.gitlab-ci.yml: add missing python-avro test
Commit 9fa2add810c (support/testing: add test for python-avro) added a
test for python-avro but failed to update .gitlab-ci.yml. Do that now.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fbe2974d2..b953e1998c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -438,6 +438,7 @@ tests.package.test_python_autobahn.TestPythonPy2Autobahn: { extends: .runtime_te tests.package.test_python_autobahn.TestPythonPy3Autobahn: { extends: .runtime_test } tests.package.test_python_automat.TestPythonPy2Automat: { extends: .runtime_test } tests.package.test_python_automat.TestPythonPy3Automat: { extends: .runtime_test } +tests.package.test_python_avro.TestPythonAvro: { extends: .runtime_test } tests.package.test_python_bitstring.TestPythonPy2Bitstring: { extends: .runtime_test } tests.package.test_python_bitstring.TestPythonPy3Bitstring: { extends: .runtime_test } tests.package.test_python_cbor.TestPythonPy2Cbor: { extends: .runtime_test } |