From 00227a4d4fe723d751a70d611a72963769acc600 Mon Sep 17 00:00:00 2001 From: Matthieu Boileau <matthieu.boileau@math.unistra.fr> Date: Mon, 20 Nov 2017 21:23:34 +0100 Subject: [PATCH] specific runner --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27f3643..b28d4e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ helloworld: tags: - - shell, docker, specific + - shell, specific script: - echo "hello, world" -- GitLab