From 0c2324b261d353228cf8284e8398e90cc7d00478 Mon Sep 17 00:00:00 2001 From: David Trattnig <david@subsquare.at> Date: Fri, 29 Jul 2022 12:19:35 +0200 Subject: [PATCH] Fix: Update make targets in pipeline #112 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05500a32..5684bf05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ run_test_cases: - *install_requirements - cp config/sample.engine.ini config/engine.ini script: - - ./run.sh test + - ./make test check_style: stage: test @@ -34,7 +34,7 @@ check_style: - pip3 install flake8 script: - make lint - - make spelling + - make spell docker-push: # Use the official docker image. -- GitLab