Skip to content

Commit d52b1fe

Browse files
author
Alvaro Arroyo Parejo
committed
2 parents e0a0032 + e527e83 commit d52b1fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ stages:
44
python_tests:
55
image: python:3.8.10
66
stage: test
7+
variables:
8+
NEOCC_PORTAL_IP: $NEOCC_PORTAL_IP
9+
710
script:
11+
- echo $NEOCC_PORTAL_IP
812
- python3 -m venv venv
913
- source venv/bin/activate ven
1014
- pip install astroquery # For testing
@@ -13,5 +17,6 @@ python_tests:
1317
- python setup.py bdist_wheel
1418
- pip install .
1519
- pip install -r requirements.txt
20+
# test.py $NEOCC_PORTAL_IP
1621
- coverage run -m pytest -rp test/test*.py
1722
- coverage report ESANEOCC/*.py

0 commit comments

Comments
 (0)