Skip to content
Snippets Groups Projects
Commit ed7bd0b9 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

Merge branch 'L2SDP-534' into 'master'

Resolve L2SDP-534

Closes L2SDP-534

See merge request !36
parents e59702b0 0b44191a
No related branches found
No related tags found
1 merge request!36Resolve L2SDP-534
Pipeline #23718 failed
stages:
- image
- run-opc-ua-test
docker-build:
stage: image
image: docker:latest
......@@ -25,3 +26,11 @@ docker-build:
fi
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" .
- docker push "$CI_REGISTRY_IMAGE${tag}"
run-opc-ua-test:
tags:
- sdptr
stage: run-opc-ua-test
script:
- echo "Running OPC UA tests"
- sleep 60
- echo "Done"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment