1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-04 13:15:24 +00:00

foxed gitlab-ci

This commit is contained in:
Bram Wiepjes 2019-06-20 19:49:30 +02:00
parent 97441b7c09
commit 44168af4dd

View file

@ -20,7 +20,7 @@ web-frontend-stylelint:
- make stylelint-web-frontend
web-frontend-test:
stage: web-frontend-test
stage: test
script:
- make install-web-frontend-dependencies
- make test-web-frontend
@ -33,7 +33,7 @@ backend-flake8:
- make lint-backend
backend-pytest:
stage: lint
stage: test
image: python:3.6
script:
- make install-backend-dependencies