Skip to content
Snippets Groups Projects

ci(gitlab-ci): use templates from a common repository

Merged cube-doctor requested to merge topic/default/regenerate_gitlab_ci into branch/default
1 file
+ 3
5
Compare changes
  • Side-by-side
  • Inline
+ 3
5
---
default:
image: python:3.7
include:
- project: "open-source/gitlab-ci-templates"
ref: "branch/default"
@@ -19,8 +22,3 @@ stages:
- tests
- release
- publish
py3:
image: python:3.7
before_script:
- pip install tox
Loading