Loading .gitlab-ci.yml +4 −16 Original line number Diff line number Diff line default: tags: - pygriffin - pygriffin-docker stages: - build - build_hit - test - build_and_test build: stage: build build_and_test: stage: build_and_test script: - pip install .[test] # build_hit: # stage: build_hit # script: # - ./scripts/ci/build_hit.sh # allow_failure: true test: stage: test script: - pytest -v ./tests Loading
.gitlab-ci.yml +4 −16 Original line number Diff line number Diff line default: tags: - pygriffin - pygriffin-docker stages: - build - build_hit - test - build_and_test build: stage: build build_and_test: stage: build_and_test script: - pip install .[test] # build_hit: # stage: build_hit # script: # - ./scripts/ci/build_hit.sh # allow_failure: true test: stage: test script: - pytest -v ./tests