Commit 6988ba1f authored by Narcon Nicolas's avatar Narcon Nicolas
Browse files

FIX: add stage to gitlab-ci

parent b7bd076c
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -3,7 +3,7 @@ services:
- docker:dind
stages:
- build-image
- build
- pages
.dind_base:
......@@ -23,6 +23,7 @@ stages:
build-image:
extends: .dind_base
stage: build
script:
- docker build -t $CI_REGISTRY_IMAGE slides/.
- docker push $CI_REGISTRY_IMAGE
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment