Commit 6952833b authored by Nicolo Parmiggiani's avatar Nicolo Parmiggiani
Browse files

Update .gitlab-ci.yml

parent 5a673165
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"