File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
55
55
--user $(id -u):$(id -g) \
56
56
--network=compas_default \
57
- ppodgorsek/robot-framework:7.1.0
57
+ ppodgorsek/robot-framework:latest
58
58
59
59
- name : Created output directory (chromium)
60
60
run : mkdir -p target/chromium
70
70
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
71
71
--user $(id -u):$(id -g) \
72
72
--network=compas_default \
73
- ppodgorsek/robot-framework:7.1.0
73
+ ppodgorsek/robot-framework:latest
74
74
75
75
- name : Archive Robot Framework Reports
76
76
if : failure()
Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
5
- COMPAS_HOSTNAME = 127.0.0.1
5
+ COMPAS_HOSTNAME = compas_reverse-proxy_1
6
6
CONFIGURATION_LOCATION = /nginx.conf
7
7
BACKDOOR_PORT = 8000
8
8
BACKDOOR_PATH = next
You can’t perform that action at this time.
0 commit comments