Files
MSE-SoftwEng/.gitlab-ci.yml
SylvanArnold 47e4426f78 CI(pico-sensor): commented the test execution in pipeline
no pico board available to run the tests
2025-06-23 16:10:31 +02:00

13 lines
330 B
YAML

stages:
- gateway-build
- web-app-build
- web-app-tests
- pico-sensor-docker-build
#- pico-sensor-test # Test stage is disabled (no pico-sensor board available to run the tests)
- pico-sensor-release
include:
- local: gateway/.gitlab-ci.yml
- local: web-app/.gitlab-ci.yml
- local: pico-sensor/.gitlab-ci.yml