Skip to content
Snippets Groups Projects

Add gitlab CI configuration.

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -6,6 +6,7 @@ import combo.data as data
@@ -6,6 +6,7 @@ import combo.data as data
import combo.predict as predict
import combo.predict as predict
 
@unittest.skip("Skipping for CI test.")
class PredictionTest(unittest.TestCase):
class PredictionTest(unittest.TestCase):
PROJECT_ROOT = (pathlib.Path(__file__).parent / "..").resolve()
PROJECT_ROOT = (pathlib.Path(__file__).parent / "..").resolve()
MODULE_ROOT = PROJECT_ROOT / "combo"
MODULE_ROOT = PROJECT_ROOT / "combo"
Loading