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:
paths:
- htmlcov/
tags:
- docker
allow_failure: false
@ -27,7 +25,5 @@ pages:
artifacts:
paths:
- public
tags:
- docker
only:
- master