Remove "docker" tag from stages in .gitlab-ci.yml

This commit is contained in:
Manuel Barkhau 2018-11-27 14:05:27 +00:00
parent f69054d54c
commit 56899688b4

View file

@ -14,8 +14,6 @@ unit:
artifacts: artifacts:
paths: paths:
- htmlcov/ - htmlcov/
tags:
- docker
allow_failure: false allow_failure: false
@ -27,7 +25,5 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
tags:
- docker
only: only:
- master - master