Commit 9625dfdf authored by Akke Esa Tapio Viitanen's avatar Akke Esa Tapio Viitanen
Browse files

Update .gitlab-ci.yml file

parent 4e0d8d45
Loading
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
build-job:
  stage: build
  script:
    - echo "Hello, $GITLAB_USER_LOGIN!"
 No newline at end of file
    - echo "I'm building something ..."

test-job-1:
  stage: test
  script:
    - echo "I'm testing something ..."

test-job-2:
  stage: test
  script:
    - echo "I'm testing something, too ..."

deploy-job:
  stage: deploy
  script:
    - echo "I'm deploying something ..."
 No newline at end of file