From 36f18bbf1065a89fe293a59f34ee9edca26d0293 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 20 Jan 2021 10:45:35 +0100 Subject: [PATCH] not enough RAM --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35c485a..642225e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: python:3.7-buster jobs: script: - - tests/setup-gitlab.sh +# - tests/setup-gitlab.sh - pip install tox - tox