Skip to content
Snippets Groups Projects
Verified Commit 6344ec82 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

REMOVE ME

parent 8bc964c2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment