From 6344ec828e37a4312898e6ba05405bd4c871cde4 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Mon, 4 Nov 2019 11:42:22 +0100 Subject: [PATCH] REMOVE ME --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd39d562..8fd48282 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,6 +94,7 @@ black: interruptible: true image: python:3.6 stage: lint + when: manual variables: GIT_STRATEGY: fetch before_script: @@ -105,6 +106,7 @@ flake8: interruptible: true image: python:3.6 stage: lint + when: manual variables: GIT_STRATEGY: fetch before_script: @@ -122,6 +124,7 @@ test_api: - postgres:11 - redis:3 stage: test + when: manual image: funkwhale/funkwhale:develop cache: key: "$CI_PROJECT_ID__pip_cache" @@ -170,6 +173,7 @@ check_vulnerabilities_api: - docker test_front: + when: manual interruptible: true stage: test image: node:11 -- GitLab