summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorYi-Soo An <yisooan@gmail.com>2018-12-05 22:05:11 +0900
committerYi-Soo An <yisooan@gmail.com>2018-12-05 23:07:10 +0900
commit88e00ec3a2cf839b11ec6a388660b78c3c2e3c96 (patch)
treeffd550e86cb7cdaa5407ad53c832281710ac1a9d /.gitlab-ci.yml
parent23d6eb98313c0e3fc76cd2c3159f21586f11b1ff (diff)
downloadepiphany-88e00ec3a2cf839b11ec6a388660b78c3c2e3c96.tar.gz
Move flatpak files into the directory
flatpak directory is used to keep the top level directory clean.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 23036824b..f9c6547a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ flatpak:
stage: test
variables:
# Replace with your manifest path
- MANIFEST_PATH: "org.gnome.Epiphany.json"
+ MANIFEST_PATH: "flatpak/org.gnome.Epiphany.json"
RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
# Replace with your application name, as written in the manifest
FLATPAK_MODULE: "epiphany"