summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Reichold <adam.reichold@t-online.de>2018-10-07 22:43:25 +0200
committerAdam Reichold <adam.reichold@t-online.de>2018-10-07 22:43:25 +0200
commitda428865c21f4be117a665224eaf465ffb9f8a6c (patch)
tree09565b0112b16fad5ed99da0fba6808ffdad9086
parent51adf4f54815c3a74b3a224eff5b107adf7ef7fe (diff)
Fix typo in UPSTREAM_TEST_DATA_URL as while it does work anyway, it is quite confusing.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 14b87074..0bc6652b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ variables:
LANGUAGE: en_US:en
LC_ALL: en_US.UTF-8
TEST_DATA_URL: https://gitlab.freedesktop.org/${CI_PROJECT_NAMESPACE}/test.git
- UPSTREAM_TEST_DATA_URL: https://@gitlab.freedesktop.org/poppler/test.git
+ UPSTREAM_TEST_DATA_URL: https://gitlab.freedesktop.org/poppler/test.git
cache:
key: "$CI_BUILD_NAME"