Skip to content
Snippets Groups Projects
Commit 736806d2 authored by Bastien Batardière's avatar Bastien Batardière
Browse files

forgot to add the stage in the ci.

parent 6e688184
No related branches found
No related tags found
Loading
stages:
- checks
- build_package
- publish
black:
......@@ -21,7 +22,7 @@ tests:
- pytest
build_package:
stage: build
stage: build_package
before_script:
- pip install build
script:
......@@ -32,6 +33,7 @@ build_package:
expire_in: 1 week
tags:
- docker
publish_package:
stage: publish
image: "python:3.9"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment