Skip to content
Snippets Groups Projects

Gitlab tests2

All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -144,7 +144,7 @@ variables:
# Test Stage
## --------------------------------------------------
Check_Python_3.6:
Check Python 3.6:
extends:
- .check_code
variables:
@@ -165,7 +165,7 @@ Check Python 3.8:
## --------------------------------------------------
# Integration Stage
## --------------------------------------------------
Build_Algorithms_Image:
Build Algorithms Docker Image:
extends:
- .build_docker_image
variables:
Loading