summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-16 14:28:40 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-16 14:28:40 -0400
commit59158e1c4e71bc9d637c84b6c5ae9326df820102 (patch)
tree2d96f0f34c9915947597abe74329a54967923ac7
parent41a4d253b20573387acfe088ce2ee733188f642d (diff)
downloadpango-59158e1c4e71bc9d637c84b6c5ae9326df820102.tar.gz
Get the paths right
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33be53ca..778b7182 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,8 +24,8 @@ gnome-runtime-linux:
script:
- meson _build
- ninja -C _build
- - cd _build; meson test --suite pango
- - cd _build; utils/pango-view --output hello.png ../HELLO.txt
+ - meson -C _build test --suite pango
+ - _build/utils/pango-view --output _build/hello.png utils/HELLO.txt
artifacts:
name: "%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
when: always