Skip to content
Snippets Groups Projects

add tests for signals - INFRA-10664

Merged Fahrudin Halilovic requested to merge feature/INFRA-10376-unit-tests into main
+ 3
3
@@ -12,7 +12,7 @@ default:
build-package:
stage: build
image: python:3
image: python:3.11
before_script:
- python -m pip install build --user
script:
@@ -24,7 +24,7 @@ build-package:
test:
stage: test
image: python:3
image: python:3.11
services:
- name: redis
variables:
@@ -46,7 +46,7 @@ test:
release-package:
stage: release
image: python:3
image: python:3.11
before_script:
- python -m pip install twine --user
script:
Loading