ci: default to runner with performance tag

This commit is contained in:
Rainer Killinger
2021-03-15 14:42:21 +01:00
parent 5a4d63dedd
commit 7d471409cb
+4
View File
@@ -3,6 +3,10 @@ image: registry.gitlab.com/openstapps/app
before_script:
- npm install
default:
tags:
- performance
stages:
- setup
- build