diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-10 16:35:18 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-10 16:35:18 +0200 |
| commit | a48ff09a105fc35253f0382dca5e7da82e74a5fc (patch) | |
| tree | c133cbd584de3733ff49b09966722d473cb92ce0 | |
| parent | fbc44a87a2ff65c5dc33a18d9ef1f67a4d6af30c (diff) | |
adding jq as ci dependencie
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db53281..691cfd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,5 +35,8 @@ test: rules: - if: $CI_COMMIT_BRANCH == "main" - if: $CI_PIPELINE_SOURCE == "merge_request_event" + before_script: + - apt-get install -y jq + script: - ./perft.bash
\ No newline at end of file |
