Closes #128 (closed)
I had to update some behaviors on the command as they did not match what the Arkindex Git hook does and would not work in a GitLab CI context:
CI_COMMIT_BRANCH
is missing, so the revision branch cannot be mandatory;I also rewrote the tests so they would not rely on the real CI environment and can run the same both locally and in CI.