Skip to content
Snippets Groups Projects
Commit 521ce31f authored by alex's avatar alex
Browse files

Update .gitlab-ci.yml for automated tests update

parent f7dcc2a4
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,11 @@ validation: ...@@ -65,7 +65,11 @@ validation:
tags: tags:
- dev - dev
before_script: before_script:
- ssh-keyscan code.vereign.com >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- git config --global url."ssh://git@code.vereign.com".insteadOf https://code.vereign.com
- cd /root/development/go/src/code.vereign.com/testing/framework - cd /root/development/go/src/code.vereign.com/testing/framework
- git pull
- export GOPATH="/home/gitlab-runner/go" - export GOPATH="/home/gitlab-runner/go"
- export GOROOT="/usr/local/go" - export GOROOT="/usr/local/go"
- export PATH="/home/gitlab-runner/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/gradle/gradle-4.7-rc-1/bin:/usr/local/bin/node/bin/:/root/bin" - export PATH="/home/gitlab-runner/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/gradle/gradle-4.7-rc-1/bin:/usr/local/bin/node/bin/:/root/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment