diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2021-01-22 14:09:04 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-01-22 20:32:59 +0000 |
commit | aecd38c92672bbcc99c41ceed00886d036e25803 (patch) | |
tree | 3f100e24aa0d902f74a3b1e9a827033447b33efe /.cirrus.yml | |
parent | 95463ad2a847b2c0af0f748ae872293d93aabe74 (diff) | |
download | sonarqube-aecd38c92672bbcc99c41ceed00886d036e25803.tar.gz sonarqube-aecd38c92672bbcc99c41ceed00886d036e25803.zip |
Fix Gitlab QA task
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 6d56edf221c..ea666b3b8fd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -230,6 +230,7 @@ qa_gitlab_task: <<: *GKE_CONTAINER_TEMPLATE cpu: 2.4 memory: 5Gb + use_in_memory_disk: true additional_containers: - name: gitlab image: gitlab/gitlab-ce:latest |