From 44168af4dd563d452b67d20935ba4b1a6ae042c7 Mon Sep 17 00:00:00 2001 From: Bram Wiepjes <bramw@protonmail.com> Date: Thu, 20 Jun 2019 19:49:30 +0200 Subject: [PATCH] foxed gitlab-ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c317c0b7..85722a847 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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