commit bfb493150d064165bab8f44bd4e4cf43c8c46a6c
parent 40084e588c8bbd7339fbc244ca5e60e2e402a554
Author: Daven Savoie <daps218@gmail.com>
Date: Tue, 24 Aug 2021 16:20:37 +0000
Update .gitlab-ci.yml
Diffstat:
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git 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"
+