Skip to content

Use fixed versions of dependencies in integration test

Bram Veenboer requested to merge fix-ci into master

The integration tests no longer passed due to changes in external dependencies. This is fixed by using hardcoded versions. This part of the CI pipeline is now also no longer optional (allow_failure = false).

Merge request reports