.gitlab-ci.yml 110 Bytes
Newer Older
Muddsair Sharif's avatar
Muddsair Sharif committed
1
2
3
image: ubuntu

before_script:
Sintal's avatar
Sintal committed
4
5
  - echo "test from fork"

Muddsair Sharif's avatar
Muddsair Sharif committed
6
7
8

Test SSH:
    script:
Sintal's avatar
Sintal committed
9
      - echo "test from fork"