Skip to content

Commit 5d6734b

Browse files
author
Alvaro Arroyo Parejo
committed
2 parents b1c0852 + 8ea8c05 commit 5d6734b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ python_tests:
66
stage: test
77
variables:
88
NEOCC_PORTAL_IP: $NEOCC_PORTAL_IP
9+
VERIFICATION: $VERIFICATION
910

1011
script:
12+
- echo $VERIFICATION
1113
- echo $NEOCC_PORTAL_IP
1214
- python3 -m venv venv
1315
- source venv/bin/activate ven

0 commit comments

Comments
 (0)