.gitlab-ci.yml 287 Bytes
Newer Older
Hotwani's avatar
Hotwani committed
1
2
3
4
5
6
7
8
build-job:
  stage: build
  script:
    - echo "Hello, $GITLAB_USER_LOGIN!"

test-job1:
  stage: test
  script:
Sintal's avatar
Sintal committed
9
    - echo "this job tests fork"
Hotwani's avatar
Hotwani committed
10
11
12
13

test-job2:
  stage: test
  script:
Sintal's avatar
Sintal committed
14
    - echo "this job tests fork"
Hotwani's avatar
Hotwani committed
15
16
17
18

deploy-prod:
  stage: deploy
  script:
Sintal's avatar
Sintal committed
19
    - echo "this job tests fork"