Skip to content
Snippets Groups Projects
Commit 5f40f8c3 authored by René Schöne's avatar René Schöne
Browse files

fix ci

parent 06427258
No related branches found
No related tags found
1 merge request!60.3.6
Pipeline #12731 passed
...@@ -4,6 +4,7 @@ variables: ...@@ -4,6 +4,7 @@ variables:
stages: stages:
- build - build
- test - test
- ragdoc
- publish - publish
build: build:
...@@ -50,7 +51,7 @@ ragdoc_build: ...@@ -50,7 +51,7 @@ ragdoc_build:
image: image:
name: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-builder" name: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-builder"
entrypoint: [""] entrypoint: [""]
stage: ragdoc_build stage: ragdoc
needs: needs:
- build - build
script: script:
...@@ -64,7 +65,7 @@ ragdoc_view: ...@@ -64,7 +65,7 @@ ragdoc_view:
image: image:
name: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-view:relations" name: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-view:relations"
entrypoint: [""] entrypoint: [""]
stage: ragdoc_view stage: ragdoc
needs: needs:
- ragdoc_build - ragdoc_build
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment