aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-09-22 16:27:02 +0100
committerJuan J. Martinez <jjm@usebox.net>2021-09-22 16:30:47 +0100
commit836c675fb989a8bce6ddbb522eaee4b98ee18072 (patch)
treec753d6a0f6950632d3345828f0bb12a7c8f94dc2
parent2337d402c18f750e318b21321db5c954091b52cc (diff)
downloadubox-msx-lib-836c675fb989a8bce6ddbb522eaee4b98ee18072.tar.gz
ubox-msx-lib-836c675fb989a8bce6ddbb522eaee4b98ee18072.zip
Use my own CI image
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3020c90..0bf087c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,9 @@
-image: registry.gitlab.com/pvmm/ubox-msx-lib/ubox
+image: registry.gitlab.com/reidrac/ubox-msx-lib-ci:latest
stages:
- build
-build-job:
+build-job:
stage: build
script:
- echo "Compiling the code..."