From 7f9f8425afd12ba63923a2432b49dd30f24a2346 Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Mon, 17 Jul 2023 18:32:11 +0200 Subject: [PATCH] Restore to use default gitlab runner --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cefa456..bfdf8cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,10 +3,6 @@ variables: PYTHON_VERSION: "3.10.8" DEFAULT_HELP_FORMAT: "man" -default: - tags: - - docker - stages: - build - test -- GitLab