Skip to content
Snippets Groups Projects
Commit bfc53441 authored by hgasmi's avatar hgasmi
Browse files

FIX: Use new python-library CI file

See also #8
parent 1a4e7e35
Branches
Tags 1.7.3
1 merge request!26FIX: Use new python-library CI file
---
include:
- project: confirm/gitlab-ci
file: docs-web/.gitlab-ci.yml
- project: confirm/gitlab-ci
file: python-package/.gitlab-ci.yml
Test Package:
except:
variables:
- $CI_JOB_NAME == "Test Package"
Test Python 3.8:
extends: Test Package
image: registry.confirm.ch/python:3.8
Test Python 3.9:
extends: Test Package
image: registry.confirm.ch/python:3.9
file: python-library/.gitlab-ci.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment