summaryrefslogtreecommitdiffstats
path: root/scripts/ci/gitlab/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/gitlab/tests.yml')
-rw-r--r--scripts/ci/gitlab/tests.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/ci/gitlab/tests.yml b/scripts/ci/gitlab/tests.yml
index 4bd5844..4175412 100644
--- a/scripts/ci/gitlab/tests.yml
+++ b/scripts/ci/gitlab/tests.yml
@@ -24,10 +24,9 @@
24 - bitbake 24 - bitbake
25 variables: 25 variables:
26 TEST_AKTUALIZR_CREDENTIALS: $CI_PROJECT_DIR/credentials.zip 26 TEST_AKTUALIZR_CREDENTIALS: $CI_PROJECT_DIR/credentials.zip
27 before_script: 27 script:
28 - aws s3 cp s3://ota-gitlab-ci/hereotaconnect_prod.zip credentials.zip 28 - aws s3 cp s3://ota-gitlab-ci/hereotaconnect_prod.zip credentials.zip
29 - sudo /usr/local/bin/setup_kvm.sh 29 - sudo /usr/local/bin/setup_kvm.sh
30 script:
31 - | 30 - |
32 # sg is needed after adding bitbake to the kvm group (see setup_kvm.sh) 31 # sg is needed after adding bitbake to the kvm group (see setup_kvm.sh)
33 sg kvm << EOS 32 sg kvm << EOS