Commit e04ed30e authored by Patrick Shriwise's avatar Patrick Shriwise
Browse files

Some updates to CI runs.

parent 90b8612f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -2,11 +2,16 @@ default:
  tags:
    - pygriffin-docker

variables:
  CI_DIR: $CI_BUILDS_DIR/$CI_PIPELINE_ID
  GIT_CLONE_PATH: $CI_DIR/$CI_PROJECT_NAME

stages:
  - build_and_test

build_and_test:
  stage: build_and_test
  script:
    - pip install .[test]
    - conda activate pygriffin-ci
    - python -m pip install .[test]
    - pytest -v ./tests