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: ...@@ -3,7 +3,7 @@ services:
- docker:dind - docker:dind
stages: stages:
- build-image - build
- pages - pages
.dind_base: .dind_base:
...@@ -23,6 +23,7 @@ stages: ...@@ -23,6 +23,7 @@ stages:
build-image: build-image:
extends: .dind_base extends: .dind_base
stage: build
script: script:
- docker build -t $CI_REGISTRY_IMAGE slides/. - docker build -t $CI_REGISTRY_IMAGE slides/.
- docker push $CI_REGISTRY_IMAGE - 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