summaryrefslogtreecommitdiff
path: root/tests/platform-ci/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/platform-ci/README.md')
-rw-r--r--tests/platform-ci/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform-ci/README.md b/tests/platform-ci/README.md
index af1ccbb9..c8a1ea7f 100644
--- a/tests/platform-ci/README.md
+++ b/tests/platform-ci/README.md
@@ -39,7 +39,7 @@ together with [Docker](https://www.docker.com/).
Export `AWS_ACCESS_KEY`, `AWS_SECRET_KEY` and `platform_PROVIDER_SSH_PRIVATE_KEY` as shown above.
From the root dir of this repo run:
- gitlab-runner exec docker --env AWS_ACCESS_KEY="$AWS_ACCESS_KEY" --env AWS_SECRET_KEY="$AWS_SECRET_KEY" --env platform_PROVIDER_platform_PROVIDER_SSH_PRIVATE_KEY="$platform_PROVIDER_SSH_PRIVATE_KEY" deploy_test
+ gitlab-runner exec docker --env AWS_ACCESS_KEY="$AWS_ACCESS_KEY" --env AWS_SECRET_KEY="$AWS_SECRET_KEY" --env platform_PROVIDER_SSH_PRIVATE_KEY="$platform_PROVIDER_SSH_PRIVATE_KEY" deploy_test
See `.gitlab-ci.yml` for all the different test jobs.