diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 187f2d6..bb4f630 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,13 +8,13 @@ build: - CACHE_DIR=$(pwd)/.cache python3 ./shlaxfile.py build stage: build -#build-itself: -# cache: -# key: cache -# paths: [.cache] -# image: shlax:$CI_COMMIT_SHORT_SHA -# script: python3 ./shlaxfile.py build -# stage: test +build-itself: + cache: + key: cache + paths: [.cache] + image: shlax:$CI_COMMIT_SHORT_SHA + script: python3 ./shlaxfile.py build + stage: test test: image: yourlabs/python