The integration test achieved in the gitlab-ci actually tests too much of the internals.
It should only check that the what the input/output labels defines is correct, e.g. the files/json are available at the output, not their contents.
Contents testing should be added as a step in the Dockerfile: maybe a last layer where internal testing shall take place.
child of #515
The integration test achieved in the gitlab-ci actually tests too much of the internals. It should only check that the what the input/output labels defines is correct, e.g. the files/json are available at the output, not their contents.
Contents testing should be added as a step in the Dockerfile: maybe a last layer where internal testing shall take place.