From f8c4e0146b783355d977a23dda96ebf7afaf6816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@inrae.fr> Date: Sun, 3 May 2020 18:14:28 +0200 Subject: [PATCH] Correction .gitlab-ci.yml. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3e08e7..9aed573 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ lint: pages: stage: deploy - needs: [node_modules] + needs: [lint] rules: - if: $CI_COMMIT_BRANCH == "master" script: -- GitLab