Skip to content
Snippets Groups Projects
Commit 42f05f4e authored by Julian's avatar Julian
Browse files

Added test stage

parent a0e85826
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ variables: ...@@ -9,6 +9,7 @@ variables:
stages: stages:
- build - build
- package - package
- test
- publish - publish
- autoupdate - autoupdate
...@@ -69,6 +70,11 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility ...@@ -69,6 +70,11 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility
- ./*.deb - ./*.deb
- changelog.txt - changelog.txt
.test:
rules:
- if: '$RUN_AUTOUPDATE != "1"'
stage: test
.publish: .publish:
stage: publish stage: publish
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment