summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 913e055da0d2431e9f3d96b186db483f7d7e4438 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
stages:
- test
- deploy
- fail
- ok

image: debian:stable
before_script:
  - uname -a

testxml:
  stage: test
  script:
  - ./.tools/testxml.sh
  - pwd