Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -912,7 +912,7 @@ ivas-pytest-on-merge-request: # the dependencies ensure that this job is not run unless the other ones pass to save computing resources # TODO: re-add dependency on code-smoke-test once it has been adapted to BASOP needs: ["build-codec-linux-make"] #, "codec-smoke-test"] timeout: "14 minutes" timeout: "20 minutes" script: - *print-common-info - *get-commits-behind-count Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -912,7 +912,7 @@ ivas-pytest-on-merge-request: # the dependencies ensure that this job is not run unless the other ones pass to save computing resources # TODO: re-add dependency on code-smoke-test once it has been adapted to BASOP needs: ["build-codec-linux-make"] #, "codec-smoke-test"] timeout: "14 minutes" timeout: "20 minutes" script: - *print-common-info - *get-commits-behind-count Loading