Skip to content

Commit 8ea8c05

Browse files
author
Alvaro Arroyo Parejo
committed
Update .gitlab-ci.yml
1 parent 86bce43 commit 8ea8c05

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)