Skip to content
Snippets Groups Projects
Commit 50bace35 authored by Ronnie Friman's avatar Ronnie Friman
Browse files

added rf-docker and result-push stages

parent 979b80ea
No related branches found
No related tags found
No related merge requests found
Pipeline #64087 failed
stages:
- purge
- e2e-test
- rf-test
- push-results
purge-old-containers:
image:
......@@ -40,3 +42,26 @@ e2e-testing:
- echo 'create extension "uuid-ossp";' | docker exec -i postgis psql -U postgres ehasa
allow_failure: true
rf-test:
image: gitlab.labranet.jamk.fi:4567/wimma-lab-2019/mysticons/devsecops/robot
stage: rf-test
tags: ['docker']
only:
- testing
script:
- export ROBOT_TESTS=./tests
- export OUTPUT_DIR=./results
- run.sh
artifacts:
when: always
untracked: true
expire_in: 24h
push-results:
stage: push-results
tags: ['shell']
only:
- testing
when: always
script:
- docker cp ./results front:/usr/share/nginx/html
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