From bfb493150d064165bab8f44bd4e4cf43c8c46a6c Mon Sep 17 00:00:00 2001 From: Daven Savoie Date: Tue, 24 Aug 2021 16:20:37 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9152119..d62947d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ stages: - build -- test +- test #running the bash script in test -build_python_deps: +build_and_push: image: registry.gitlab.com/grassrootseconomics/cic-base-images:python-3.8.6-dev stage: build variables: @@ -20,7 +20,7 @@ build_python_deps: - master - daven/* -build_python_deps: +tests: image: registry.gitlab.com/grassrootseconomics/cic-base-images:python-3.8.6-dev stage: test variables: @@ -33,5 +33,8 @@ build_python_deps: - master - daven/* +# rules: +# - if: $CI_PIPELINE_SOURCE == "merge_request_event" +