fix: removed tags from .gitlab-ci.yml

This commit is contained in:
Laurent Fainsin 2021-05-21 14:21:32 +00:00 committed by Laureηt
parent ee7672ffa0
commit f911e66c80

View file

@ -14,8 +14,6 @@ stages:
Build: Build:
stage: build stage: build
tags:
- node
before_script: before_script:
- yarn config set cache-folder .yarn - yarn config set cache-folder .yarn
- yarn install - yarn install