Loading .gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -12,11 +12,11 @@ build: script: - pip install .[test] build_hit: stage: build_hit script: - ./scripts/ci/build_hit.sh allow_failure: true # build_hit: # stage: build_hit # script: # - ./scripts/ci/build_hit.sh # allow_failure: true test: stage: test Loading Loading
.gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -12,11 +12,11 @@ build: script: - pip install .[test] build_hit: stage: build_hit script: - ./scripts/ci/build_hit.sh allow_failure: true # build_hit: # stage: build_hit # script: # - ./scripts/ci/build_hit.sh # allow_failure: true test: stage: test Loading