Skip to content

Commit

Permalink
fix(build): define template for curl jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jan 11, 2023
1 parent a3fe2ca commit 9f7e16b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ stages:
- .build-base
image: docker.io/python:3.10

.build-curl:
extends:
- .build-python

build-api-coverage:
extends:
- .build-python
Expand Down

0 comments on commit 9f7e16b

Please sign in to comment.