mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-06 13:58:24 -05:00
12 lines
196 B
YAML
12 lines
196 B
YAML
image: registry-gitlab.gog.com/galaxy-client/gitlab-ci-tools:latest
|
|
|
|
stages:
|
|
- test
|
|
|
|
test_package:
|
|
stage: test
|
|
script:
|
|
- pip install -r requirements.txt
|
|
- pytest
|
|
except:
|
|
- tags |