aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2c8eb4..a6e7ec8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
- build
docker-build-master:
- needs: [ "test", "coverage" ]
+ needs: [ "test" ]
image: docker:latest
stage: build
services:
@@ -18,7 +18,7 @@ docker-build-master:
- master
docker-build:
- needs: [ "test", "coverage" ]
+ needs: [ "test" ]
image: docker:latest
stage: build
services: