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

Added test stage

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