ci: move to private gitlab runners

This commit is contained in:
Rainer Killinger
2022-05-23 11:28:00 +02:00
parent 5edec7154e
commit bc1ae1f02f

View File

@@ -5,7 +5,7 @@ before_script:
default:
tags:
- docker
- performance
stages:
- setup
@@ -29,6 +29,8 @@ setup:
- docker push registry.gitlab.com/openstapps/app
cache: {} # disable irrelevant cache for this job
before_script: [] # do not run irrelevant before script for this job
tags:
- dind
build:
stage: build
@@ -37,8 +39,6 @@ build:
artifacts:
paths:
- www
tags:
- performance
lint:
stage: build