Loading .gitlab-ci.yml 0 → 100644 +15 −0 Original line number Diff line number Diff line stages: - feature build: stage: feature tags: - dev only: variables: - $CI_PIPELINE_SOURCE == "push" image: name: python:3.8.0-slim script: - make init - make test Loading
.gitlab-ci.yml 0 → 100644 +15 −0 Original line number Diff line number Diff line stages: - feature build: stage: feature tags: - dev only: variables: - $CI_PIPELINE_SOURCE == "push" image: name: python:3.8.0-slim script: - make init - make test