Skip to content

Update CI integration tests

This MR updates .gitlab-ci.yml with the diff generated by ./scripts/update_integration_test.sh.

The diff plugs the following tests that were missing:

  • tests_python/tests/test_codec.py
  • tests_python/tests/test_mockup.py

Both of these tests were added recently and forgot to update the CI accordingly 🤦 . Fortunately the tests are still passing, so no harm was done 😹 .

The CI could maybe check that such things are not forgotten, but this should be the subject of another issue.

Edited by Clément Hurlin

Merge request reports