summaryrefslogtreecommitdiff
path: root/tests/functional/README.md
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2017-07-20 15:31:56 +0200
committerRuben Pollan <meskio@sindominio.net>2017-07-20 21:23:17 +0200
commitf6ff8482c14ad49c6ee77c4d7918520a0013c132 (patch)
treecf27beba525184e60e38ee765b44f29b1ee9e6c2 /tests/functional/README.md
parentbd24e2024ad29fa72cae661ac5898cad4ace8e8b (diff)
[test] keep artifacts inside the project dir
Diffstat (limited to 'tests/functional/README.md')
-rw-r--r--tests/functional/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/README.md b/tests/functional/README.md
index 652de1ca..12b0331e 100644
--- a/tests/functional/README.md
+++ b/tests/functional/README.md
@@ -35,11 +35,11 @@ Install Docker and [gitlab-runner](https://docs.gitlab.com/runner/).
Run the `functional_tests` job:
gitlab-runner exec docker \
- --docker-volumes /tmp/bitmask-test/artifacts:/tmp/bitmask-test/artifacts \
+ --docker-volumes /tmp/bitmask-test/failures:/builds/project-0/failures \
--env TEST_USERNAME='...' --env TEST_PASSWORD='...'\
functional_tests
-In case of failing tests the resulting artifacts (screenshot, `.config` folder) will be available at `/tmp/bitmask-test/artifacts` on the host.
+In case of failing tests the resulting artifacts (screenshot, `.config` folder) will be available at `/tmp/bitmask-test/failures` on the host.
# Develop tests