Skip to content

Commit 2d11c62

Browse files
Update .gitlab-ci.yml
1 parent 4172575 commit 2d11c62

File tree

1 file changed

+7
-24
lines changed

1 file changed

+7
-24
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,7 @@
1-
# ref: https://docs.gitlab.com/ee/ci/README.html
2-
3-
stages:
4-
- test
5-
6-
.tests:
7-
stage: test
8-
script:
9-
- pip install -r requirements.txt
10-
- pip install -r test-requirements.txt
11-
- pytest --cov=Avalara.SDK
12-
13-
test-3.6:
14-
extends: .tests
15-
image: python:3.6-alpine
16-
test-3.7:
17-
extends: .tests
18-
image: python:3.7-alpine
19-
test-3.8:
20-
extends: .tests
21-
image: python:3.8-alpine
22-
test-3.9:
23-
extends: .tests
24-
image: python:3.9-alpine
1+
include:
2+
- project: sre/gitlab-templates
3+
ref: v4
4+
file:
5+
- pipelines/common/security/sast.yml
6+
- pipelines/common/stages/stages.yml
7+
- pipelines/common/workflows/trunk.yml

0 commit comments

Comments
 (0)