ci: remove docker tags where they are not needed

This commit is contained in:
Jovan Krunić
2019-07-05 16:25:26 +02:00
committed by Rainer Killinger
parent b98418f9e1
commit 7e04fad28b

View File

@@ -15,8 +15,6 @@ build:
untracked: true
paths:
- node_modules/
tags:
- docker
test:
stage: test
@@ -24,8 +22,6 @@ test:
- build
script:
- npm run test
tags:
- docker
audit:
stage: test
@@ -36,8 +32,6 @@ audit:
allow_failure: true
except:
- schedules
tags:
- docker
pages:
stage: deploy
@@ -63,8 +57,6 @@ test:ci:
- build
script:
- .gitlab/ci/testCIScripts.sh
tags:
- docker
# Anchor templates for publishing the image in the docker registry
# Automatically publishing for versions in tags (eg v1.0.0 as 1.0.0), master and develop