Skip to content
Snippets Groups Projects
Commit 6952833b authored by Nicolo Parmiggiani's avatar Nicolo Parmiggiani
Browse files

Update .gitlab-ci.yml

parent 5a673165
No related branches found
Tags csp-lmc-common-0.7.4-mid-csp-lmc-0.7.4
No related merge requests found
Pipeline #2466 passed with warnings
......@@ -119,14 +119,14 @@ job:on-schedule:
build-job:
rules:
- if: $CI_PIPELINE_SOURCE = "push"
- if: $CI_PIPELINE_SOURCE == "push"
stage: build
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
test-job:
rules:
- if: $CI_PIPELINE_SOURCE = "push"
- if: $CI_PIPELINE_SOURCE == "push"
stage: test
script:
- echo "test 1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment