diff options
author | Minteck <contact@minteck.org> | 2021-12-04 13:21:22 +0000 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-04 13:21:22 +0000 |
commit | 0d523d9bbd35af5cded9b4b1c04bee039c24b9cc (patch) | |
tree | ab56bc746a0e9f5b93fbbd86743b0e01af4161a4 | |
parent | ada1531cbb84ba87083d8156dff91f936a6d6fb9 (diff) | |
download | wolfeye-js-0d523d9bbd35af5cded9b4b1c04bee039c24b9cc.tar.gz wolfeye-js-0d523d9bbd35af5cded9b4b1c04bee039c24b9cc.tar.bz2 wolfeye-js-0d523d9bbd35af5cded9b4b1c04bee039c24b9cc.zip |
Update .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c12fc0a..b16ab56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:current +image: node:current-buster before_script: - apt-get update |