Skip to content
Snippets Groups Projects
Commit d440c454 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

include messenger tests

parent ae163aad
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1614PIPELINE TESTING: Playing with shared/workspaces testing
Pipeline #15979 failed
......@@ -3,7 +3,6 @@ stages:
- build-packages
- build
- unit-test
- unit-test-other
- test-coverage
- push
- push-packages
......@@ -43,6 +42,7 @@ include:
- '/ci/push.template.yml'
- '/ci/cleanup.template.yml'
- '/ci/unit-test.template.yml'
- '/ci/unit-test-other.template.yml'
- '/ci/package-build.template.yml'
- '/ci/push-package.template.yml'
......@@ -254,12 +254,12 @@ unit test notification:
# Test Stages for Support Modules
###############################################
unit test messaging:
interruptible: true
stage: unit-test
variables:
SERVICE_NAME: "messaging"
PATH_PREFIX: "shared/"
extends: .unit-test-other
interruptible: true
stage: unit-test
variables:
SERVICE_NAME: "messaging"
PATH_PREFIX: "shared/"
extends: .unit-test-other
###############################################
......
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