Unverified Commit c592ac32 by Alexis Aoun Committed by Paul B

enhancement: parallelizing lint and unit test

parent 2ddcadc2
stages:
- lint
- unit
- test
variables:
COUCHDB_USER: "ci-only"
COUCHDB_PASSWORD: "ci-only"
lint:js:
stage: lint
stage: test
image: node:14
cache:
key: node-modules
......@@ -17,7 +16,7 @@ lint:js:
- make lint-js
unit:django:
stage: unit
stage: test
image: python:3
services:
- couchdb:3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment