Files
cristallina_analysis_package/.gitlab-ci.yml
2023-03-30 15:42:44 +00:00

15 lines
361 B
YAML

build-job:
stage: build
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
run_tests:
stage: test
before_script:
- echo "$CI_BUILDS_DIR"
- source /home/gitlab-runner/miniconda3/bin/activate cristallina
- echo `pwd`
- pip install -e cristallina
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
- pytest -v