Skip to content
Snippets Groups Projects
.gitlab-ci.yml 175 B
image: python:3.6

stages:
  - build
  - test

install_dependencies:
  stage: build
  script:
    -pip3 install requirements.txt

test_guru:
  stage: test
  script: ./guru -h