Skip to content
Snippets Groups Projects
Commit 5ff76ce8 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update .gitlab-ci.yml file to include the wait for create-image

parent ce6a491a
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,14 @@ create-image: ...@@ -17,6 +17,14 @@ create-image:
build: build:
image: $CI_REGISTRY/imgw/computer-resources:latest image: $CI_REGISTRY/imgw/computer-resources:latest
stage: build stage: build
rules:
- changes:
- Dockerfile
- requirements.txt
needs:
- create-image
- when: always
script: script:
# --strict is too strict :) # --strict is too strict :)
- mkdocs build -c --verbose - mkdocs build -c --verbose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment