From 58f5596767a697fc93f3a04f55938df012197a41 Mon Sep 17 00:00:00 2001 From: Skander Hatira <skander.hatira@inrae.fr> Date: Fri, 24 Sep 2021 16:11:22 +0200 Subject: [PATCH] specify tag for make-linux --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a10467..04d6612 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,8 @@ variables: make-linux: image: node:latest + tags: + - docker stage: build script: - node --version -- GitLab