Unverified Commit c592ac32 by Alexis Aoun Committed by Paul B

enhancement: parallelizing lint and unit test

parent 2ddcadc2
stages: stages:
- lint - test
- unit
variables: variables:
COUCHDB_USER: "ci-only" COUCHDB_USER: "ci-only"
COUCHDB_PASSWORD: "ci-only" COUCHDB_PASSWORD: "ci-only"
lint:js: lint:js:
stage: lint stage: test
image: node:14 image: node:14
cache: cache:
key: node-modules key: node-modules
...@@ -17,7 +16,7 @@ lint:js: ...@@ -17,7 +16,7 @@ lint:js:
- make lint-js - make lint-js
unit:django: unit:django:
stage: unit stage: test
image: python:3 image: python:3
services: services:
- couchdb:3 - 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