Skip to content
Snippets Groups Projects
Verified Commit 8e2cf928 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent ab267fef
Branches
No related tags found
No related merge requests found
image: dbogatov/docker-containers:jekyll-latest
stages:
- build
- test
......@@ -7,6 +5,7 @@ stages:
- deploy
build:
image: dbogatov/docker-images:jekyll-latest
stage: build
script:
- ./build.sh
......@@ -18,6 +17,7 @@ build:
- docker
tidy:
image: dbogatov/docker-images:tidy-latest
stage: test
dependencies:
- build
......@@ -30,6 +30,7 @@ tidy:
- docker
blc:
image: dbogatov/docker-images:blc-latest
stage: test
dependencies:
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment