ci: default to runner with performance tag

This commit is contained in:
Rainer Killinger
2021-03-02 15:20:29 +01:00
parent 5a4d63dedd
commit 7d471409cb

View File

@@ -3,6 +3,10 @@ image: registry.gitlab.com/openstapps/app
before_script:
- npm install
default:
tags:
- performance
stages:
- setup
- build